getwalletburntransactions - Hush 3.10.0 RPC

getwalletburntransactions "count"

Lists most recent wallet burn transactions up to 'count' parameter
parameter 'count' is optional. If omitted, defaults to 10 burn transactions


Result:
[
    {
       "txid": (string)
       "burnedAmount" : (numeric)
       "targetSymbol" : (string)
       "targetCCid" : (numeric)
    }
]

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


Maintained by The Hush Developers

Welcome to the Hush full node RPC developer documentation!!! You finally made it.




Auction










Lotto