Documentation ¶
Index ¶
Constants ¶
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.20"
)
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func SupportedNetworkAndBlockExplorerVariableHelpString ¶ added in v0.0.20
func SupportedNetworkAndBlockExplorerVariableHelpString() string
func SupportedNetworkAndNodeVariableHelpString ¶ added in v0.0.20
func SupportedNetworkAndNodeVariableHelpString() string
func SupportedNetworkAndNodesHelpString ¶ added in v0.0.20
func SupportedNetworkAndNodesHelpString() string
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.