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 8fcafbb commit 0c9f8ecCopy full SHA for 0c9f8ec
src/schemas/transaction.yaml
@@ -30,7 +30,8 @@ Transaction1559Unsigned:
30
properties:
31
type:
32
title: type
33
- $ref: '#/components/schemas/byte'
+ type: string
34
+ pattern: ^0x2$
35
nonce:
36
title: nonce
37
$ref: '#/components/schemas/uint'
@@ -77,7 +78,8 @@ Transaction2930Unsigned:
77
78
79
80
81
82
+ pattern: ^0x1$
83
84
85
@@ -118,7 +120,8 @@ TransactionLegacyUnsigned:
118
120
119
121
122
123
124
+ pattern: ^0x0$
125
126
127
0 commit comments