Returns the signers set of the block of given BLOCKNUMBER
.
Parameters
BLOCKNUMBER
[required] - a hex code of an integer representing the BLOCKNUMBER
or one of the following special params:
latest
: get block data of the latest block
pending
: get block data of pending block
earliest
: get the genesis block
params: [ '0xA61F98' ]
Returns
SIGNERS
- signers set of the block of given BLOCKNUMBER
Successful Operation