Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SupportedAlgorithms defines the list of signing algorithms used on Althea Chain: // - Secp256k1: Cosmos' implementation of the SECP256K1 signing algorithm, similar to but incompatibile with Ethereum's // - EthSecp256k1: Ethereum's implementation of the SECP256K1 signing algorithm SupportedAlgorithms = sdkkeyring.SigningAlgoList{sdkhd.Secp256k1, etherminthd.EthSecp256k1} // SupportedAlgorithmsLedger defines the list of signing algorithms used on Althea Chain for the Ledger device: // - eth_secp256k1 (Ethereum) // TODO: Add a custom keyring which delegates signing to the correct application, either "Cosmos" or "Ethereum" // depending on the key type SupportedAlgorithmsLedger = sdkkeyring.SigningAlgoList{sdkhd.Secp256k1, etherminthd.EthSecp256k1} )
Configuration
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.