File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
- Transaction7702Signed :
1
+ Transaction7702Unsigned :
2
2
type : object
3
3
title : EIP-7702 transaction
4
4
required :
@@ -49,7 +49,7 @@ Transaction7702Signed:
49
49
title : chainId
50
50
description : Chain ID that this transaction is valid on
51
51
$ref : ' #/components/schemas/uint'
52
- authList :
52
+ authorizationList :
53
53
title : authorizationList
54
54
$ref : ' #/components/schemas/AuthorizationList'
55
55
AuthorizationList :
@@ -316,10 +316,32 @@ TransactionLegacyUnsigned:
316
316
$ref : ' #/components/schemas/uint'
317
317
TransactionUnsigned :
318
318
oneOf :
319
+ - $ref : ' #/components/schemas/Transaction7702Unsigned'
319
320
- $ref : ' #/components/schemas/Transaction4844Unsigned'
320
321
- $ref : ' #/components/schemas/Transaction1559Unsigned'
321
322
- $ref : ' #/components/schemas/Transaction2930Unsigned'
322
323
- $ref : ' #/components/schemas/TransactionLegacyUnsigned'
324
+ Transaction7702Signed :
325
+ title : Signed 7702 Transaction
326
+ type : object
327
+ allOf :
328
+ - $ref : ' #/components/schemas/Transaction7702Unsigned'
329
+ - title : EIP-7702 transaction signature properties.
330
+ required :
331
+ - yParity
332
+ - r
333
+ - s
334
+ properties :
335
+ yParity :
336
+ title : yParity
337
+ description : The parity (0 for even, 1 for odd) of the y-value of the secp256k1 signature.
338
+ $ref : ' #/components/schemas/uint'
339
+ r :
340
+ title : r
341
+ $ref : ' #/components/schemas/uint'
342
+ s :
343
+ title : s
344
+ $ref : ' #/components/schemas/uint'
323
345
Transaction4844Signed :
324
346
title : Signed 4844 Transaction
325
347
type : object
You can’t perform that action at this time.
0 commit comments