From 2f929253b16f39f78329b0b17f016fed2e1806ca Mon Sep 17 00:00:00 2001 From: aloknerurkar Date: Fri, 9 Jan 2026 01:33:15 +0530 Subject: [PATCH] Update fast-rpc-api.mdx Adding eth_sendRawTransactionSync --- v1.2.x/developers/fast-rpc-api.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v1.2.x/developers/fast-rpc-api.mdx b/v1.2.x/developers/fast-rpc-api.mdx index 78963629..8859a79d 100644 --- a/v1.2.x/developers/fast-rpc-api.mdx +++ b/v1.2.x/developers/fast-rpc-api.mdx @@ -28,6 +28,10 @@ This method is used by clients to query the receipt of the transaction correspon For regular block hashes, this method returns the usual block information. For block hashes corresponding to preconfirmed transactions, it returns a fictitious block containing only this transaction. +### eth_sendRawTransactionSync + +EIP-7966 compatible JSON-RPC method that sends raw transactions and synchronously returns the complete/pre-confirmed transaction receipt once its available. + ## Additional FAST RPC Methods ### mevcommit_getTransactionCommitments @@ -165,4 +169,4 @@ The RPC also provides an instant bridging service to the mev-commit chain. This "bridgeAddress": "0x6F3191AdCaeD764cAB858A1B0f522e701C336F70" } } -``` \ No newline at end of file +```