Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "ethdo",
Short: "Ethereum 2 CLI",
Long: `Manage common Ethereum 2 tasks from the command line.`,
PersistentPreRun: persistentPreRun,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
type SigningContainer ¶ added in v1.4.0
SigningContainer is the container for signing roots with a domain. Contains SSZ sizes to allow for correct calculation of root.
Source Files ¶
- account.go
- accountcreate.go
- accountimport.go
- accountinfo.go
- accountkey.go
- accountlock.go
- accountunlock.go
- block.go
- blockinfo.go
- chain.go
- chaininfo.go
- chainstatus.go
- constants.go
- deposit.go
- depositverify.go
- err.go
- node.go
- nodeinfo.go
- root.go
- signature.go
- signaturesign.go
- signatureverify.go
- validator.go
- validatordepositdata.go
- validatorexit.go
- validatorinfo.go
- version.go
- wallet.go
- walletaccounts.go
- walletcreate.go
- walletdelete.go
- walletexport.go
- walletimport.go
- walletinfo.go
- walletlist.go
- walletseed.go
Click to show internal directories.
Click to hide internal directories.