Documentation exported from Syscoin Core 4.4.0

masternode_payments (4.4.0 RPC)

blockchain

control

evo

evowallet

governance

governancewallet

masternode

mining

network

rawtransactions

signer

syscoin

syscoinwallet

util

wallet

zmq

masternode_payments ( "blockhash" count )

Returns an array of deterministic masternodes and their payments for the specified block

Arguments:
1. blockhash    (string, optional) The hash of the starting block.
2. count        (numeric, optional) The number of blocks to return.
                Will return <count> previous blocks if <count> is negative.
                Both 1 and -1 correspond to the chain tip.

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