curl --request POST \ --url https://api.uniblock.dev/uni/v1/json-rpc?chainId=137 \ --header 'content-type: application/json' \ --data '{ "id": 1, "jsonrpc": "2.0", "method": "tx", "params": [ "0xD70952032620CC4E2737EB8AC379806359D8E0B17B0488F627997A0B043ABDED", true ] }'
{ "jsonrpc": "2.0", "id": 1, "result": { "hash": "D70952032620CC4E2737EB8AC379806359D8E0B17B0488F627997A0B043ABDED", "height": "1000", "index": 0, "tx_result": { "log": "[{\"msg_index\":\"0\",\"success\":true,\"log\":\"\"}]", "gas_wanted": "200000", "gas_used": "28596", "tags": [ { "__truncated": true } ] }, "tx": "5wHwYl3uCkaoo2GaChQmSIu8hxpJxLcCuIi8fiHN4TMwrRIU/Af1cEG7Rcs/6LjTl7YjRSymJfYaFAoFdWF0b20SCzE0OTk5OTk1MDAwEhMKDQoFdWF0b20S..." } }
tx
params[0]
params[1]