klay_getCouncil
Returns a list of all validators of the council at the specified block. If the parameter is not set, returns a list of all validators of the council at the latest block.
Parameters
Name
Type
Description
QUANTITY | TAG
block number
(optional) Integer or hexadecimal block number, or the string "earliest"
or "latest"
Return Value
Type
Description
Array of 20-byte DATA
Addresses of all validators of the council.
Example
Last updated