Versions in this module Expand all Collapse all v1 v1.1.1 Feb 22, 2026 v1.1.0 Feb 19, 2026 Changes in this version + func GetCommand() *cobra.Command + type IBFTSnapshotResult struct + Hash string + Number uint64 + Validators []validators.Validator + Votes []IBFTSnapshotVote + func (r *IBFTSnapshotResult) GetOutput() string + type IBFTSnapshotVote struct + Address string + Proposer string + Vote ibftHelper.Vote