keeta_generate_seed
Generate a cryptographic seed to create accounts and manage funds on the Keeta Network blockchain. Store securely as it controls all derived accounts.
Instructions
Generate a new random cryptographic seed for the Keeta Network.
This is the starting point for all Keeta operations. A seed can derive unlimited accounts via keeta_derive_account. Store the seed securely — it controls all derived accounts and their funds.
Returns: { seed: string }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||