Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters: [txid, dummy, fee_delta].Positional parameters for
prioritisetransaction:params[0]: 32 Bytes - hash of the transaction.params[1]: Unused parameter kept for compatibility (set to 0).params[2]: Fee delta in satoshis added to virtual priority.
Returns
True if the transaction priority was adjusted. Example:
true.