Documentation exported from Syscoin Core 4.4.0

getsuperblockbudget (4.4.0 RPC)

blockchain

control

evo

evowallet

governance

governancewallet

masternode

mining

network

rawtransactions

signer

syscoin

syscoinwallet

util

wallet

zmq

getsuperblockbudget index

Returns the absolute maximum sum of superblock payments allowed.

Arguments:
1. index    (numeric, required) The block index.

Result:
n    (numeric) The absolute maximum sum of superblock payments allowed, in SYS

Examples:
> syscoin-cli getsuperblockbudget 
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "getsuperblockbudget", "params": []}' -H 'content-type: text/plain;' http://127.0.0.1:8370/