MempoolPushTransactionPushes a raw transaction with a default priority assigned into the mempool and broadcast it to the network.JavaScriptPythonRustGocURLconst res = await fetch("http://127.0.0.1:8648", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ jsonrpc: "2.0", method: "pushTransaction", params: ["rawTx"], id: 1 }) }); const data = await res.json();ParametersPropType / DefaultrawTxstringReturnsPropType / DefaultreturnValuestringPreviousPushHighPriorityTransactionNextGetPeerCount