Skip to content

Commit b2002ee

Browse files
committed
eth/submit: make note that 4844 txs must be in network form for sendRawTransaction
1 parent eca7487 commit b2002ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/eth/submit.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
schema:
1111
$ref: '#/components/schemas/hash32'
1212
- name: eth_sendRawTransaction
13-
summary: Submits a raw transaction.
13+
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.
1416
params:
1517
- name: Transaction
1618
required: true

0 commit comments

Comments
 (0)