Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrFromPositive = errors.New(`"from" must be positive number`)
)
Functions ¶
func GetCommand ¶
Types ¶
type IBFTSwitchResult ¶
type IBFTSwitchResult struct {
Chain string `json:"chain"`
Type ibft.MechanismType `json:"type"`
From common.JSONNumber `json:"from"`
Deployment *common.JSONNumber `json:"deployment,omitempty"`
MaxValidatorCount common.JSONNumber `json:"maxValidatorCount"`
MinValidatorCount common.JSONNumber `json:"minValidatorCount"`
}
func (*IBFTSwitchResult) GetOutput ¶
func (r *IBFTSwitchResult) GetOutput() string
Click to show internal directories.
Click to hide internal directories.