File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed
Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1919 - name : Transaction
2020 required : true
2121 schema :
22- $ref : ' #/components/schemas/TransactionWithSender '
22+ $ref : ' #/components/schemas/GenericTransaction '
2323 result :
2424 name : Encoded transaction
2525 schema :
Original file line number Diff line number Diff line change 44 - name : Transaction
55 required : true
66 schema :
7- $ref : ' #/components/schemas/TransactionWithSender '
7+ $ref : ' #/components/schemas/GenericTransaction '
88 result :
99 name : Transaction hash
1010 schema :
Original file line number Diff line number Diff line change @@ -13,17 +13,6 @@ AccessList:
1313 type : array
1414 items :
1515 $ref : ' #/components/schemas/AccessListEntry'
16- TransactionWithSender :
17- title : Transaction object with sender
18- type : object
19- allOf :
20- - required :
21- - from
22- properties :
23- from :
24- title : from
25- $ref : ' #/components/schemas/address'
26- - $ref : ' #/components/schemas/TransactionUnsigned'
2716Transaction1559Unsigned :
2817 type : object
2918 title : EIP-1559 transaction.
@@ -265,6 +254,9 @@ GenericTransaction:
265254 to :
266255 title : to address
267256 $ref : ' #/components/schemas/address'
257+ from :
258+ title : from address
259+ $ref : ' #/components/schemas/address'
268260 gas :
269261 title : gas limit
270262 $ref : ' #/components/schemas/uint'
You can’t perform that action at this time.
0 commit comments