Class: FileSystemWallet

fabric-network. FileSystemWallet

This class defines an implementation of an Identity wallet that persists to the file system.

new FileSystemWallet(path [, mixin])

Creates an instance of FileSystemWallet.
Parameters:
Name Type Argument Description
path string The root path for this wallet on the file system
mixin WalletMixin <optional>
Optionally provide an alternative wallet mixin. Defaults to X509WalletMixin.
Implements: