getprioritisedtransactions
getprioritisedtransactions
Returns a map of all user-created (see prioritisetransaction) fee deltas by txid, and whether the tx is present in mempool.
Result:
{ (json object) prioritisation keyed by txid
"
Examples:
bitcoin-cli getprioritisedtransactions curl —user myusername —data-binary ’{“jsonrpc”: “2.0”, “id”: “curltest”, “method”: “getprioritisedtransactions”, “params”: []}’ -H ‘content-type: application/json’ http://127.0.0.1:8332/