Transaction Submission (JSON-RPC)
Nozomi sends transactions through multiple channels to achieve best performance.
Last updated
Nozomi sends transactions through multiple channels to achieve best performance.
Last updated
{
"jsonrpc": "2.0",
"id": 1,
"method": "sendTransaction",
"params": [
"<YOUR_BASE_64_ENCODED_TXN_BYTES>",
{ "encoding": "base64" }
]
}