Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SupportedAlgorithms defines the list of signing algorithms used on Greenfield: // - eth_secp256k1 (Ethereum) // - eth_bls (Ethereum) SupportedAlgorithms = keyring.SigningAlgoList{hd.EthSecp256k1, hd.EthBLS} // SupportedAlgorithmsLedger defines the list of signing algorithms used on Greenfield for the Ledger device: // - eth_secp256k1 (Ethereum) // - eth_bls (Ethereum) SupportedAlgorithmsLedger = keyring.SigningAlgoList{hd.EthSecp256k1, hd.EthBLS} )
Functions ¶
func ETHAlgoOption ¶
ETHAlgoOption defines a function keys options for the ethereum Secp256k1 curve. It supports eth_secp256k1, eth_bls keys for accounts.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.