Card.Wallet

publicKey <Data> Wallet's public key.

chainCode <Data> [Optional] Chain code for BIP32 derivation.

curve <EllipticCurve> Elliptic curve used for all wallet key operations.

settings <Wallet.Settings> Wallet settings that were set when the wallet had been created.

totalSignedHashes <Int> The total number of signatures that have been made with this wallet's private key since its creation.

remainingSignatures <Int> Removed in firmware v.4 and older Remaining number of Sign operations before the wallet will stop signing any data.

index <Int> Index of this wallet on the card.

hasBackup <Bool> If this wallet has been copied to other cards.

Last updated