Batch Transaction
Sending transactions in a group to Go Gateway with one request
REQUEST
Parameters
Example - Request Body(Go Gateway Only)
{
"jsonrpc": "2.0",
"id": 1,
"method": "blxr_batch_tx",
"params": {
"transactions": ["f86b0184...e0b58219", "f86b0184...49b22ac0"]
}
}