Uses of Interface
org.hyperledger.fabric.gateway.Wallet
Packages that use Wallet
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of Wallet in org.hyperledger.fabric.gateway
Methods in org.hyperledger.fabric.gateway that return WalletModifier and TypeMethodDescriptionstatic WalletWallets.newCouchDBWallet(URL serverUrl, String databaseName) Create a wallet backed by a CouchDB database.static WalletWallets.newFileSystemWallet(Path storeDirectory) Create a wallet backed by a directory on the file system.static WalletWallets.newInMemoryWallet()Create a wallet backed by an in-memory (non-persistent) store.static WalletWallets.newWallet(WalletStore store) Create a wallet backed by a custom store implementation.Methods in org.hyperledger.fabric.gateway with parameters of type WalletModifier and TypeMethodDescriptionSpecifies the identity that is to be used to connect to the network.