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 53c5366 commit 336e549Copy full SHA for 336e549
src/schemas/transaction.yaml
@@ -10,7 +10,6 @@ Transaction7702Signed:
10
- input
11
- maxPriorityFeePerGas
12
- maxFeePerGas
13
- - maxFeePerBlobGas
14
- accessList
15
- chainId
16
- authorizationList
@@ -42,10 +41,6 @@ Transaction7702Signed:
42
41
title: max fee per gas
43
description: The maximum total fee per gas the sender is willing to pay (includes the network / base fee and miner / priority fee) in wei
44
$ref: '#/components/schemas/uint'
45
- maxFeePerBlobGas:
46
- title: max fee per blob gas
47
- description: The maximum total fee per gas the sender is willing to pay for blob gas in wei
48
- $ref: '#/components/schemas/uint'
49
accessList:
50
title: accessList
51
description: EIP-2930 access lists
0 commit comments