Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Keychain ¶
type Keychain interface { // The returned Signer can provide a signature for [addr] Get(addr ids.ShortID) (Signer, bool) // Returns the set of addresses for which the accessor keeps an associated // signer Addresses() ids.ShortSet }
Keychain maintains a set of addresses together with their corresponding signers
Click to show internal directories.
Click to hide internal directories.