hmy_isBlockSigner
Description
hmy_isBlockSigner returns true is validator signed a particular block or not
API v1
Parameters
String
- block number in string 0x formatString
- validator one address ("one1...")
Returns
Bool
- true if validator signed block, false otherwise
Sample Curl Request
Sample Curl Response
API v2
Parameters
Number
- block numberString
- validator one address ("one1...")
Returns
Bool
- true if validator signed block, false otherwise
Sample Curl Request
Sample Curl Response
Last updated