getprioritisedtransactions

Argument: none

Result

  {                                 (json object) prioritisation keyed by txid
    "<transactionid>" : {           (json object)
      "fee_delta" : n,              (numeric) transaction fee delta in satoshis
      "in_mempool" : true|false,    (boolean) whether this transaction is currently in mempool
      "modified_fee" : n            (numeric, optional) modified fee in satoshis. Only returned if in_mempool=true
    },
    ...
  }