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
object
string, value is "account_secrets"
String representing the object's type. Objects of the same type share the same value.
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.
Example
Last updated
Was this helpful?