Stores a copy of the given wallet in the Keyring.
Outside changes of the wallet do not affect the Keyring. Use keyring's setWalletLabel, createIdentity, setIdentityLabel to mutate wallets in the keyring.
Creates an identity in the wallet with the given ID in the primary keyring
The identity is bound to one chain ID to encourage using different keypairs on different chains.
All identities of all wallets
Finds a wallet and returns an immutable reference.
a wallet if ID is found, undefined otherwise
Finds a wallet for a given identity and returns an immutable reference.
a wallet if ID is found, undefined otherwise
Returns an array with immutable references.
Assigns a label to one of the identities in the wallet with the given ID in the primary keyring
Sets the label of the wallet with the given ID in the primary keyring
Generated using TypeDoc
A collection of wallets