Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identifier ¶
type Identifier interface {
UniqueID() string
}
type Wallet ¶
type Wallet interface { Close() Handle() int Config() WalletCfg Storage() storage.AgentStorage }
Wallet is a helper interface for managed wallets. You should always use this type instead of plain old indy SDK wallet handle. You present wallet configurations with ssi.Wallet and open them with ssi.Wallets.Open().
Click to show internal directories.
Click to hide internal directories.