bor_getSignersAtHash
Example
Request
curl --request POST \
--url https://endpoints.omniatech.io/v1/RPC_ENDPOINT \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"jsonrpc":"2.0",
"method":"bor_getSignersAtHash",
"params":["0x29fa73e3da83ddac98f527254fe37002e052725a88904bac14f03e919e1e2876"],
"id":1
}
'Response
Last updated