package
1.51.1
Repository: https://github.com/injectivelabs/sdk-go.git
Documentation: pkg.go.dev

# Functions

EthSecp256k1Option defines a function keys options for the ethereum Secp256k1 curve.

# Constants

AppName defines the Ledger app used for signing.

# Variables

LedgerDerivation defines the Evmos Ledger Go derivation (Ethereum app with EIP-712 signing) LedgerDerivation = ledger.EvmosLedgerDerivation() CreatePubkey uses the ethsecp256k1 pubkey with Ethereum address generation and keccak hashing.
SkipDERConversion represents whether the signed Ledger output should skip conversion from DER to BER.
SupportedAlgorithms defines the list of signing algorithms used on Injective: - eth_secp256k1 (Ethereum) - secp256k1 (Tendermint).
SupportedAlgorithmsLedger defines the list of signing algorithms used on Evmos for the Ledger device: - secp256k1 (in order to comply with Cosmos SDK) The Ledger derivation function is responsible for all signing and address generation.