Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "leaders",
Short: "Get leader selection for a view range.",
Long: `Get leader selection for a view range in the current epoch for a provided snapshot.
Expects a valid protocol state snapshot JSON to be piped into STDIN, or provided as the snapshot-path flag.
Writes a JSON list of leaders for the given view range to STDOUT.`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.