Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainCopyCmd ¶
type ChainCopyCmd struct {
*base.Base
Src chain.ChainID `ask:"<source>" help:"The source, the chain to copy. Must exist."`
Dest chain.ChainID `ask:"<dest>" help:"The destination, the name of the copy. Must not exist yet."`
}
func (*ChainCopyCmd) Help ¶
func (c *ChainCopyCmd) Help() string
type ChainCreateCmd ¶
type ChainCreateCmd struct {
*base.Base
chain.Chains
*ChainState
States sdb.DB
Name chain.ChainID `ask:"<name>" help:"The name to give to the created chain. Must not exist yet."`
StateRoot beacon.Root `ask:"<state>" help:"The state to start from, retrieved from the states DB"`
}
func (*ChainCreateCmd) Help ¶
func (c *ChainCreateCmd) Help() string
type ChainListCmd ¶
type ChainListCmd struct {
*base.Base
chain.Chains
*ChainState
}
func (*ChainListCmd) Help ¶
func (c *ChainListCmd) Help() string
type ChainRemoveCmd ¶
type ChainRemoveCmd struct {
*base.Base
chain.Chains
Name chain.ChainID `ask:"<name>" help:"The name of the chain to remove. Must exist."`
}
func (*ChainRemoveCmd) Help ¶
func (c *ChainRemoveCmd) Help() string
type ChainState ¶
type ChainSwitchCmd ¶
type ChainSwitchCmd struct {
*base.Base
*ChainState
To chain.ChainID `ask:"<to>" help:"The name of the chain to switch to. Must exist."`
}
func (*ChainSwitchCmd) Help ¶
func (c *ChainSwitchCmd) Help() string
Click to show internal directories.
Click to hide internal directories.