Documentation ¶
Index ¶
Constants ¶
View Source
const ( NEXT int = -1 BACK int = -2 )
View Source
const ( TREZOR_BASE_PATH string = "m/44'/60'/0'/0/%d" LEDGER_BASE_PATH string = "m/44'/60'/0'/%d" )
View Source
const (
VERSION string = "0.0.4"
)
Variables ¶
View Source
var ( MsigValue float64 MsigTo string )
View Source
var ( GasPrice float64 ExtraGasPrice float64 GasLimit uint64 ExtraGasLimit uint64 Nonce uint64 From string FromAcc accounts.AccDesc To string Value float64 MethodIndex uint64 PrefillMode bool PrefillStr string PrefillParams []string Tx string TxInfo *ethutils.TxInfo )
View Source
var Network string
Functions ¶
func CommonTxPreprocess ¶ added in v0.0.2
Types ¶
type HW ¶
type HW interface {
Derive(path gethaccounts.DerivationPath) (common.Address, error)
}
Click to show internal directories.
Click to hide internal directories.