Uses of Interface
org.hyperledger.fabric.gateway.spi.WalletStore
Packages that use WalletStore
Package
Description
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 WalletStoreModifier and TypeMethodDescriptionstatic Wallet
Wallets.newWallet
(WalletStore store) Create a wallet backed by a custom store implementation.