Create a wallet instance backed by a given store. This can be used to create a wallet using your own custom store implementation.
Backing store implementation.
Get an identity and private key from the wallet.
Label used to identify the identity within the wallet.
An entry if it exists; otherwise undefined.
Get the labels of all entries in the wallet.
Entry labels.
Put an identity and private key into the wallet.
Label used to identify the identity within the wallet.
Entry to store in the wallet.
Remove an entry from the wallet.
Label used to identify the entry within the wallet.
Stores identity information for use with the Fabric Gateway client API. The wallet is backed by a store that handles persistence of identity information.