Documentation
¶
Index ¶
Constants ¶
View Source
const AppName = "Ethereum"
AppName defines the Ledger app used for signing. Evmos uses the Ethereum app
Variables ¶
View Source
var ( // SupportedAlgorithms defines the list of signing algorithms used on Evmos: // - eth_secp256k1 (Ethereum) SupportedAlgorithms = keyring.SigningAlgoList{hd.EthSecp256k1} // SupportedAlgorithmsLedger defines the list of signing algorithms used on Evmos for the Ledger device: // - secp256k1 (in order to comply with Cosmos SDK) SupportedAlgorithmsLedger = keyring.SigningAlgoList{hd.EthSecp256k1} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.