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 330287a commit de1ffbcCopy full SHA for de1ffbc
src/schemas/transaction.yaml
@@ -12,24 +12,19 @@ Transaction7702Signed:
12
- maxFeePerGas
13
- maxFeePerBlobGas
14
- accessList
15
- - blobVersionedHashes
16
- chainId
17
- authorizationlist
18
properties:
19
type:
20
title: type
21
type: string
22
- pattern: ^0x2$
+ pattern: ^0x4$
23
nonce:
24
title: nonce
25
$ref: '#/components/schemas/uint'
26
to:
27
title: to address
28
- oneOf:
29
- - title: Contract Creation (null)
30
- type: 'null'
31
- - title: Address
32
- $ref: '#/components/schemas/address'
+ $ref: '#/components/schemas/address'
33
gas:
34
title: gas limit
35
0 commit comments