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: