Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion v1.2.x/developers/fast-rpc-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -165,4 +169,4 @@ The RPC also provides an instant bridging service to the mev-commit chain. This
"bridgeAddress": "0x6F3191AdCaeD764cAB858A1B0f522e701C336F70"
}
}
```
```