Class: CouchDBWallet

fabric-network. CouchDBWallet

This class defines an implementation of an Identity wallet that persists to a Couch DB database

new CouchDBWallet(options [, mixin])

Creates an instance of the CouchDBWallet
Parameters:
Name Type Argument Description
options module:fabric-network.CouchDBWallet~CouchDBWalletOptions contains required property url and other Nano options
mixin WalletMixin <optional>
Optionally provide an alternative wallet mixin. Defaults to X509WalletMixin.
Implements:

Type Definitions


CouchDBWalletOptions

Type:
  • object
Properties:
Name Type Description
url string CouchDB URL