Uses of Interface
org.hyperledger.fabric.gateway.spi.WalletStore
-
Packages that use WalletStore 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 WalletStore in org.hyperledger.fabric.gateway
Methods in org.hyperledger.fabric.gateway with parameters of type WalletStore Modifier and Type Method Description static Wallet
Wallets. newWallet(WalletStore store)
Create a wallet backed by a custom store implementation.
-