Vote contains metadata about a vote for the next block.

interface ConsensusVote {
    entity_address: Uint8Array;
    entity_id: Uint8Array;
    node_id: Uint8Array;
    voting_power: longnum;
}

Properties

entity_address: Uint8Array
entity_id: Uint8Array
node_id: Uint8Array
voting_power: longnum