Returns the rewardbase of the current node. Rewardbase is the address of the account where the block rewards goes to. It is only required for CNs.
None
20-byte DATA
Address.
// Request curl -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"klay_rewardbase","id":1}' http://klaytn.blockpi.network/v1/rpc/your-api-key // Result - If requested from non-CN nodes { "jsonrpc":"2.0", "id":1, "error":{ "code":-32000, "message":"rewardbase must be explicitly specified" } }