Wallet

type Wallet

wallet_api.v1.ListWalletsResponse.Wallet

FieldTypeDescription
wallet_namestringHuman friendly name of the wallet.
wallet_idstringUUID of the wallet.
public_keystringPublic key of the wallet.
didstringW3C Decentralized Identifier (DID) of the wallet.
{
  "wallet_name": "WALLET1",
  "wallet_id": "zWalletIDMultibase58Encoded",
  "public_key": "zPublicKeyMultibase58Encoded",
  "did": "did:method-name:zDIDMultibase58Encoded"
}