POST get_Transaction_ByHash
curl -X POST http://localhost:8491 \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "uaxn_get_block_transaction_count_by_hash",
"params": {
"BlockHash": "0000750b5618485ba54eb0822cfb05ef693863f7228a6fe16924804f2ada03b4"
},
"id": 1
}'
{
"jsonrpc": "2.0",
"result": 1,
"id": 1
}%