bor_getCurrentProposer

Returns the address of the current proposer.

Parameters

None

Returns

DATA, 20 Bytes - The address of the current proposer

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_getCurrentProposer","params":[], "id":1}
'

Response

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": "0x7c7379531b2aee82e4ca06d4175d13b9cbeafd49"
}

Last updated