create_wallet
Create a NEAR wallet or import an existing private key to generate an implicit account. Set up a NEAR account for transactions and balance checks.
Instructions
Create or import a NEAR wallet (keypair) and return implicit account info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | mainnet | |
| account_id | No | Optional named/implicit account id to associate | |
| private_key | No | Optional: import existing ed25519 private key | |
| include_private_key | No |