submit

package
v4.0.0-...-b8b0360 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2024 License: GPL-3.0 Imports: 24 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL