Uses of Interface
org.hyperledger.fabric.gateway.Wallet
-
Packages that use Wallet Package Description org.hyperledger.fabric.gateway 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 Wallet Modifier and Type Method Description static Wallet
Wallet. createFileSystemWallet(java.nio.file.Path basePath)
Creates a wallet instance that is backed by files on the local filesystem.static Wallet
Wallet. createInMemoryWallet()
Creates a wallet instance that is held in the client application heap.Methods in org.hyperledger.fabric.gateway with parameters of type Wallet Modifier and Type Method Description Gateway.Builder
Gateway.Builder. identity(Wallet wallet, java.lang.String id)
Specifies the identity that is to be used to connect to the network.
-