Documentation
¶
Index ¶
- Variables
- func New() (keychain.Ledger, error)
- type Keychain
- func (l *Keychain) Addresses() []ids.ShortID
- func (l *Keychain) Close() error
- func (l *Keychain) Get(address ids.ShortID) (keychain.Signer, bool)
- func (l *Keychain) Ledger() *Ledger
- func (l *Keychain) Match(owners interface{}, minSigs uint32) ([]ids.ShortID, []uint32, bool)
- func (l *Keychain) Spend(owners interface{}, minSigs uint32) ([]ids.ShortID, []keychain.Signer, bool)
- type Ledger
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrLedgerDisabled = errors.New("ledger support is disabled")
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.