Class: InMemoryWallet

fabric-network. InMemoryWallet

In-memory wallet implementation. Note that the in-memory state is shared between all instances of this class in a given Node.js process.

new InMemoryWallet( [walletmixin])

Creates an instance of an in-memory wallet.
Parameters:
Name Type Argument Description
walletmixin WalletMixin <optional>
Optionally provide an alternative wallet mixin. Defaults to X509WalletMixin.
Implements: