Versions in this module Expand all Collapse all v12 v12.2.4 Mar 6, 2024 v12.2.3 Jan 14, 2024 Changes in this version + type EvmosSECP256K1 struct + PrimaryWallet accounts.Wallet + func (e EvmosSECP256K1) Close() error + func (e EvmosSECP256K1) GetAddressPubKeySECP256K1(hdPath []uint32, hrp string) ([]byte, string, error) + func (e EvmosSECP256K1) GetPublicKeySECP256K1(hdPath []uint32) ([]byte, error) + func (e EvmosSECP256K1) SignSECP256K1(hdPath []uint32, signDocBytes []byte) ([]byte, error) + type Secp256k1DerivationFn func() (sdkledger.SECP256K1, error) + func ServLedgerDerivation() Secp256k1DerivationFn