interface LastCommitInfo {
    round: number;
    votes: VoteInfo[];
}

Properties

Properties

round: number
votes: VoteInfo[]