Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatError = "StatError" ExistsError = "ExistsError" )
Variables ¶
This section is empty.
Functions ¶
func GetCommand ¶ added in v0.3.0
func GetValidatorKeyFiles ¶ added in v0.8.0
GetValidatorKeyFiles returns file names which has validator secrets
Types ¶
type GenesisGenError ¶ added in v0.3.0
type GenesisGenError struct {
// contains filtered or unexported fields
}
GenesisGenError is a specific error type for generating genesis
func (*GenesisGenError) GetMessage ¶ added in v0.3.0
func (g *GenesisGenError) GetMessage() string
GetMessage returns the message of the genesis generation error
func (*GenesisGenError) GetType ¶ added in v0.3.0
func (g *GenesisGenError) GetType() string
GetType returns the type of the genesis generation error
type GenesisResult ¶ added in v0.3.0
type GenesisResult struct {
Message string `json:"message"`
}
func (*GenesisResult) GetOutput ¶ added in v0.3.0
func (r *GenesisResult) GetOutput() string
Click to show internal directories.
Click to hide internal directories.