POST GetPendingTransaction
curl -X POST http://localhost:8491 \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "uaxn_pending_txn" }'
{ "jsonrpc": "2.0", "result": [], "id": 0 }%
Last updated 17 days ago