Struct finality_grandpa::round::RoundParams
source · pub struct RoundParams<Id: Ord + Eq, H, N> {
pub round_number: u64,
pub voters: VoterSet<Id>,
pub base: (H, N),
}
Expand description
Parameters for starting a round.
Fields§
§round_number: u64
The round number for votes.
voters: VoterSet<Id>
Actors and weights in the round.
base: (H, N)
The base block to build on.