Preparing search index...
The search index is not available
@oasisprotocol/client
@oasisprotocol/client
types
ConsensusNextBlockState
Interface ConsensusNextBlockState
NextBlockState has the state of the next block being voted on by validators.
interface
ConsensusNextBlockState
{
height
:
longnum
;
num_validators
:
longnum
;
precommits
:
ConsensusVotes
;
prevotes
:
ConsensusVotes
;
voting_power
:
longnum
;
}
Index
Properties
height
num_
validators
precommits
prevotes
voting_
power
Properties
height
height
:
longnum
num_
validators
num_
validators
:
longnum
precommits
precommits
:
ConsensusVotes
prevotes
prevotes
:
ConsensusVotes
voting_
power
voting_
power
:
longnum
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
num_
validators
precommits
prevotes
voting_
power
@oasisprotocol/client
Loading...
NextBlockState has the state of the next block being voted on by validators.