Send transaction and wait for it to be committed to the blockchain
Send transaction and wait for it to be committed to the blockchain
curl -i -X POST \
https://rpc.mainnet.fastnear.com/ \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "broadcast_tx_commit",
"params": {
"signed_tx_base64": "DgAAAG1pa2UubmVhcgCpPJgEEFUwQjFQvL8V3CnZ0h688WG5sVsKE8JYM37ax2cUjgEAAAAAAAAADQAAAG1pa2V0ZXN0Lm5lYXIPfFBmYNAIe2/MicVhDXbvT3w06LxS2OCF0UHIYgjNDQAAAHRlc3RpbmcgbWVtbwEAAAADAQAAAAAAAAAAAAAAAAAAAA=="
}
}'{ "jsonrpc": "2.0", "id": "string", "result": { "final_execution_status": "NONE", "receipts": [ … ], "receipts_outcome": [ … ], "status": {}, "transaction": {}, "transaction_outcome": {} }, "error": { "code": 0, "message": "string", "data": {} } }