We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca7487 commit b2002eeCopy full SHA for b2002ee
src/eth/submit.yaml
@@ -10,7 +10,9 @@
10
schema:
11
$ref: '#/components/schemas/hash32'
12
- name: eth_sendRawTransaction
13
- summary: Submits a raw transaction.
+ summary: Submits a raw transaction. For EIP-4844 transactions, the raw form
14
+ must be the network form. This means it includes the blobs, KZG
15
+ commitments, and KZG proofs.
16
params:
17
- name: Transaction
18
required: true
0 commit comments