Create native blockchain wallet accounts with MPC and store them in a secure enclave.
Accounts refer to the generated blockchain specific accounts (BTC, ETH, etc.) for a given Sonr Identity.
address
The unique account address associated with the user on its specific blockchain.
name
The user defined human-readable name associated with the account.
did
The unique, resolvable, and cryptographically verifiable identifier. The method is by the type of Blockchain for the account.
coin_type
The BIIP44 coin type associated with the account.
chain_id
The chain identifier associated with the account.
public_key
The base58 encoded public key associated with the account.
type
Used to differentiate between various public key types, such as secp256k1
, ed25519
, and sr25519
.