getnextblockvalidators Method
Gets the validators list of the next block.
[!Note]
You must install the plugin RpcServer before you can invoke the method.
Example
Request body:
Response body:
result
returns an array containing multiple validators. Every validator contains information about the public key, the votes, and whether it is a validator or not.
[!Note]
The default vote of validator is 0 when voting has not started.