Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "submit", Description: "Submits deposits to the zond deposit contract for a set of validators by connecting " + "to a zond endpoint to submit the transactions. Requires signing the transactions with a zond private key", Usage: "", Action: func(cliCtx *cli.Context) error { return submitDeposits(cliCtx) }, Flags: []cli.Flag{ flags.ValidatorKeysDirFlag, flags.ZondSeedFileFlag, flags.DepositContractAddressFlag, flags.HTTPWeb3ProviderFlag, flags.DepositDelaySecondsFlag, flags.SkipDepositConfirmationFlag, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.