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