Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReleaseVersion = "local build (latest release 1.8.1)"
ReleaseVersion is the release version of the codebase. Usually overrideen by tag names when building binaries.
View Source
var RootCmd = &cobra.Command{
Use: "ethdo",
Short: "Ethereum 2 CLI",
Long: `Manage common Ethereum 2 tasks from the command line.`,
PersistentPreRunE: persistentPreRunE,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Source Files ¶
- account.go
- accountcreate.go
- accountderive.go
- accountimport.go
- accountinfo.go
- accountkey.go
- accountlock.go
- accountunlock.go
- attestation.go
- attester.go
- attesterduties.go
- attesterinclusion.go
- block.go
- blockinfo.go
- chain.go
- chaininfo.go
- chainstatus.go
- chaintime.go
- constants.go
- deposit.go
- depositverify.go
- err.go
- exit.go
- exitverify.go
- node.go
- nodeevents.go
- nodeinfo.go
- passphrases.go
- proposer.go
- root.go
- signature.go
- signatureaggregate.go
- signaturesign.go
- signatureverify.go
- slot.go
- slottime.go
- validator.go
- validatordepositdata.go
- validatorduties.go
- validatorexit.go
- validatorinfo.go
- validatorkeycheck.go
- version.go
- wallet.go
- walletaccounts.go
- walletcreate.go
- walletdelete.go
- walletexport.go
- walletimport.go
- walletinfo.go
- walletlist.go
Click to show internal directories.
Click to hide internal directories.