Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatesExportCmd ¶
type StatesExportCmd struct {
*base.Base
sdb.DB
Output string `ask:"--output" help:"A file path to export the state to as ssz file. If empty, output to log."`
StateRoot beacon.Root `ask:"<root>" help:"Root of the state to get"`
}
func (*StatesExportCmd) Help ¶
func (c *StatesExportCmd) Help() string
type StatesGetCmd ¶
type StatesGetCmd struct {
*base.Base
sdb.DB
StateRoot beacon.Root `ask:"<root>" help:"Root of the state to get"`
}
func (*StatesGetCmd) Help ¶
func (c *StatesGetCmd) Help() string
type StatesImportCmd ¶
type StatesImportCmd struct {
*base.Base
sdb.DB
Input string `ask:"--input" help:"A file path to read the state from as ssz file."`
Data []byte `ask:"--data" help:"Alternative to file input, import the state by reading hex-encoded bytes."`
}
func (*StatesImportCmd) Help ¶
func (c *StatesImportCmd) Help() string
type StatesListCmd ¶
func (*StatesListCmd) Help ¶
func (c *StatesListCmd) Help() string
Click to show internal directories.
Click to hide internal directories.