getprioritisedtransactions

Back to mining

Summary

Returns a map of all user-created (see prioritisetransaction) fee deltas by txid, and whether the tx is present in mempool.

Description

Returns a map of all user-created (see prioritisetransaction) fee deltas by txid, and whether the tx is present in mempool.

Arguments

None.

Results

  • value (OBJ_DYN): prioritisation keyed by txid
  • <transactionid> (OBJ): No description.
    • fee_delta (NUM): transaction fee delta in satoshis
    • in_mempool (BOOL): whether this transaction is currently in mempool
    • modified_fee (NUM, optional): modified fee in satoshis. Only returned if in_mempool=true

Examples

qbit-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:8352/