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 :
@@ -312,10 +312,32 @@ TransactionLegacyUnsigned:
312
312
$ref : ' #/components/schemas/uint'
313
313
TransactionUnsigned :
314
314
oneOf :
315
+ - $ref : ' #/components/schemas/Transaction7702Unsigned'
315
316
- $ref : ' #/components/schemas/Transaction4844Unsigned'
316
317
- $ref : ' #/components/schemas/Transaction1559Unsigned'
317
318
- $ref : ' #/components/schemas/Transaction2930Unsigned'
318
319
- $ref : ' #/components/schemas/TransactionLegacyUnsigned'
320
+ Transaction7702Signed :
321
+ title : Signed 7702 Transaction
322
+ type : object
323
+ allOf :
324
+ - $ref : ' #/components/schemas/Transaction7702Unsigned'
325
+ - title : EIP-7702 transaction signature properties.
326
+ required :
327
+ - yParity
328
+ - r
329
+ - s
330
+ properties :
331
+ yParity :
332
+ title : yParity
333
+ description : The parity (0 for even, 1 for odd) of the y-value of the secp256k1 signature.
334
+ $ref : ' #/components/schemas/uint'
335
+ r :
336
+ title : r
337
+ $ref : ' #/components/schemas/uint'
338
+ s :
339
+ title : s
340
+ $ref : ' #/components/schemas/uint'
319
341
Transaction4844Signed :
320
342
title : Signed 4844 Transaction
321
343
type : object
You can’t perform that action at this time.
0 commit comments