Skip to main content

getsuperblockbudget

Command#

pacprotocol-cli getsuperblockbudget index

Returns the absolute maximum sum of superblock payments allowed.

Arguments#

index *#

(numeric, required)

The block index

Examples#

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

Result#

n #(numeric) The absolute maximum sum of superblock payments allowed, in PAC

Running following help command

pacprotocol-cli help getsuperblockbudget

Will produce following output:

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 PAC
Examples:
> pacprotocol-cli getsuperblockbudget 1000
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getsuperblockbudget", "params": [1000] }' -H 'content-type: text/plain;' http://127.0.0.1:1111/