Versions in this module Expand all Collapse all v0 v0.5.2 May 8, 2025 v0.1.1 Apr 25, 2025 Changes in this version + type CosmosEVMSECP256K1 struct + PrimaryWallet accounts.Wallet + func (e CosmosEVMSECP256K1) Close() error + func (e CosmosEVMSECP256K1) GetAddressPubKeySECP256K1(hdPath []uint32, hrp string) ([]byte, string, error) + func (e CosmosEVMSECP256K1) GetPublicKeySECP256K1(hdPath []uint32) ([]byte, error) + func (e CosmosEVMSECP256K1) SignSECP256K1(hdPath []uint32, signDocBytes []byte, _ byte) ([]byte, error) + type Secp256k1DerivationFn func() (sdkledger.SECP256K1, error) + func EvmLedgerDerivation() Secp256k1DerivationFn