Versions in this module Expand all Collapse all v0 v0.47.0 Feb 1, 2022 Changes in this version + func NewPrivKeySecp256k1(path hd.BIP44Params, hrp string) (types.LedgerPrivKey, string, error) + func NewPrivKeySecp256k1Unsafe(path hd.BIP44Params) (types.LedgerPrivKey, error) + func RegisterAmino(cdc *codec.LegacyAmino) + func ShowAddress(path hd.BIP44Params, expectedPubKey types.PubKey, accountAddressPrefix string) error + type PrivKeyLedgerSecp256k1 struct + CachedPubKey types.PubKey + Path hd.BIP44Params + func (pkl *PrivKeyLedgerSecp256k1) AssertIsPrivKeyInner() + func (pkl PrivKeyLedgerSecp256k1) Bytes() []byte + func (pkl PrivKeyLedgerSecp256k1) Equals(other types.LedgerPrivKey) bool + func (pkl PrivKeyLedgerSecp256k1) PubKey() types.PubKey + func (pkl PrivKeyLedgerSecp256k1) Sign(message []byte) ([]byte, error) + func (pkl PrivKeyLedgerSecp256k1) Type() string + func (pkl PrivKeyLedgerSecp256k1) ValidateKey() error + type SECP256K1 interface + Close func() error + GetAddressPubKeySECP256K1 func([]uint32, string) ([]byte, string, error) + GetPublicKeySECP256K1 func([]uint32) ([]byte, error) + SignSECP256K1 func([]uint32, []byte) ([]byte, error)