Account Secrets
The secret keys for an account. The account secrets are returned separately from other account information, to enable more careful handling of cryptographically sensitive information.
Attributes
Name
Type
Description
account_id
string
The unique identifier for the account.
mnemonic
string
A BIP39-encoded mnemonic phrase used to generate the account key.
key_derivation_version
string (uint64)
The version number of the key derivation path used to generate the account key from the mnemonic.
account_key
account_key
The view and spend keys used to transact on the MobileCoin network. Also may contain keys to connect to the Fog ledger scanning service.
view_account_key
view_account_key
The private view and public spend keys for this account
Example
Last updated
Was this helpful?