Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCommand ¶
Types ¶
type IBFTSnapshotResult ¶
type IBFTSnapshotResult struct {
Number uint64 `json:"number"`
Hash string `json:"hash"`
Votes []IBFTSnapshotVote `json:"votes"`
Validators []string `json:"validators"`
}
func (*IBFTSnapshotResult) GetOutput ¶
func (r *IBFTSnapshotResult) GetOutput() string
type IBFTSnapshotVote ¶
type IBFTSnapshotVote struct {
Proposer string `json:"proposer"`
Address string `json:"address"`
Vote ibftHelper.Vote `json:"vote"`
}
Click to show internal directories.
Click to hide internal directories.