account_export_account
Export a NEAR account from the local keystore to a file by specifying the account ID and optional file path. Supports mainnet and testnet networks for secure account management.
Instructions
Export an account from the local keystore to a file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountId | Yes | ||
filePath | No | The path to the file to write the account to. If not provided, the account will be written to the current working directory. | |
networkId | No | mainnet |