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.9"
)
Variables ¶
View Source
var ( MsigValue float64 MsigTo string )
Functions ¶
func CommonFunctionCallPreprocess ¶ added in v0.0.6
func CommonTxPreprocess ¶ added in v0.0.2
Types ¶
type HW ¶
type HW interface {
Derive(path gethaccounts.DerivationPath) (common.Address, error)
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.