bor_getSignersAtHash

Returns all the signers of the block which match the specified block hash.

Parameters

  1. DATA, 32 Bytes - hash of a transaction REQUIRED

Returns

Array - An array of all the signers of the block which match the specified block hash

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