Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReleaseVersion = "local build (latest release 1.34.1)"
ReleaseVersion is the release version of the codebase. Usually overridden by tag names when building binaries.
View Source
var RootCmd = &cobra.Command{
Use: "ethdo",
Short: "Ethereum consensus layer CLI",
Long: `Manage common Ethereum consensus layer 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
- blockanalyze.go
- blockinfo.go
- chain.go
- chaineth1votes.go
- chaininfo.go
- chainqueues.go
- chainspec.go
- chainstatus.go
- chaintime.go
- chainverify.go
- chainverifysignedcontributionandproof.go
- constants.go
- deposit.go
- depositverify.go
- epoch.go
- epochsummary.go
- err.go
- exit.go
- exitverify.go
- node.go
- nodeevents.go
- nodeinfo.go
- passphrases.go
- proposer.go
- proposerduties.go
- root.go
- signature.go
- signatureaggregate.go
- signaturesign.go
- signatureverify.go
- slot.go
- slottime.go
- synccommittee.go
- synccommitteeinclusion.go
- synccommitteemembers.go
- validator.go
- validatorcredentials.go
- validatorcredentialsget.go
- validatorcredentialsset.go
- validatordepositdata.go
- validatorduties.go
- validatorexit.go
- validatorexpectation.go
- validatorinfo.go
- validatorkeycheck.go
- validatorsummary.go
- validatorwithdrawal.go
- validatoryield.go
- version.go
- wallet.go
- walletaccounts.go
- walletbatch.go
- walletcreate.go
- walletdelete.go
- walletexport.go
- walletimport.go
- walletinfo.go
- walletlist.go
- walletsharedexport.go
- walletsharedimport.go
Directories ¶
Path | Synopsis |
---|---|
account
|
|
attester
|
|
block
|
|
chain
|
|
epoch
|
|
node
|
|
proposer
|
|
slot
|
|
synccommittee
|
|
validator
|
|
wallet
|
|
Click to show internal directories.
Click to hide internal directories.