Versions in this module Expand all Collapse all v1 v1.9.8 Jun 28, 2023 Changes in this version + func New() (keychain.Ledger, error) + type Ledger struct + func (l *Ledger) Address(hrp string, addressIndex uint32) (ids.ShortID, error) + func (l *Ledger) Addresses(addressIndices []uint32) ([]ids.ShortID, error) + func (l *Ledger) Disconnect() error + func (l *Ledger) SignHash(hash []byte, addressIndices []uint32) ([][]byte, error) + func (l *Ledger) Version() (*version.Semantic, error) v1.9.8-rc.9 Jun 28, 2023