interface LastCommitInfoAmino {
    round?: number;
    votes?: VoteInfoAmino[];
}

Properties

Properties

round?: number
votes?: VoteInfoAmino[]