Preparing search index...
The search index is not available
@oasisprotocol/client
@oasisprotocol/client
types
ConsensusVote
Interface ConsensusVote
Vote contains metadata about a vote for the next block.
interface
ConsensusVote
{
entity_address
:
Uint8Array
;
entity_id
:
Uint8Array
;
node_id
:
Uint8Array
;
voting_power
:
longnum
;
}
Index
Properties
entity_
address
entity_
id
node_
id
voting_
power
Properties
entity_
address
entity_
address
:
Uint8Array
entity_
id
entity_
id
:
Uint8Array
node_
id
node_
id
:
Uint8Array
voting_
power
voting_
power
:
longnum
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
entity_
address
entity_
id
node_
id
voting_
power
@oasisprotocol/client
Loading...
Vote contains metadata about a vote for the next block.