Private
Readonly
#addressPrivate
Readonly
#publicPrivate
Readonly
#chainsPrivate
Readonly
#featuresPrivate
Readonly
#labelPrivate
Readonly
#iconImplementation of WalletAccount::address
Implementation of WalletAccount::publicKey
Implementation of WalletAccount::chains
Implementation of WalletAccount::features
Implementation of WalletAccount::label
Implementation of WalletAccount::icon
Create and freeze a read-only account.
Account to copy properties from.
Generated using TypeDoc
Base implementation of a WalletAccount to be used or extended by a Wallet.
WalletAccount
properties must be read-only. This class enforces this by making all properties truly private and read-only, using getters for access, returning copies instead of references, and calling Object.freeze on the instance.