Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SupportedAlgorithms defines the list of signing algorithms used on Uptick: // - eth_secp256k1 (Ethereum) SupportedAlgorithms = keyring.SigningAlgoList{hd.EthSecp256k1} // SupportedAlgorithmsLedger defines the list of signing algorithms used on Uptick for the Ledger device: // - eth_secp256k1 (Ethereum) SupportedAlgorithmsLedger = keyring.SigningAlgoList{hd.EthSecp256k1} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.