RPC Browser



Arguments

dequeuetransaction "txid"

Remove a transaction from the queue.
Arguments:
1. txid    (string, required) The transaction ID of the transaction to be dequeued

Result:
null    (json null)

Examples:
> spacexpanse-cli dequeuetransaction txid
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "dequeuetransaction", "params": [txid]}' -H 'content-type: text/plain;' http://127.0.0.1:11998/
[
    {
        "name": "txid",
        "detailsLines": [],
        "properties": [
            "string",
            "required"
        ],
        "description": "The transaction ID of the transaction to be dequeued"
    }
]