Namespace Hyperledger.Indy.WalletApi
Classes
DuplicateWalletTypeException
Exception thrown when registering a wallet type that has already been registered.
InvalidWalletException
Exception thrown when an attempt is made to use a closed or invalid wallet.
UnknownWalletTypeException
Exception thrown when attempting to open a wallet with a type that has not been registered.
Wallet
Represents a wallet that stores key value records and provides static methods for managing wallets.
WalletAlreadyOpenedException
Exception thrown when attempting to open a wallet that was already opened.
WalletExistsException
Exception thrown when creating a wallet and a wallet with the same name already exists.
WalletType
Base type for implementing custom wallet types.
WalletValueNotFoundException
Exception thrown when requesting a value from a wallet and the specified key does not exist.
WrongWalletForPoolException
Exception thrown when attempting to use a wallet with the wrong pool.
Interfaces
ICustomWallet
Features all custom wallets must implement.