Documentation ¶
Index ¶
Constants ¶
View Source
const AppName = "Ethereum"
AppName defines the Ledger app used for signing. Artela uses the Ethereum app
Variables ¶
View Source
var ( // CreatePubkey uses the ethsecp256k1 pubkey with Ethereum address generation and keccak hashing CreatePubkey = func(key []byte) types.PubKey { return ðsecp256k1.PubKey{Key: key} } // SkipDERConversion represents whether the signed Ledger output should skip conversion from DER to BER. // This is set to true for signing performed by the Ledger Ethereum app. SkipDERConversion = true )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.