File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 20932093 "isDeprecated" : false ,
20942094 "deprecationReason" : null
20952095 },
2096- {
2097- "name" : " yParity" ,
2098- "description" : null ,
2099- "args" : [],
2100- "type" : {
2101- "kind" : " SCALAR" ,
2102- "name" : " Long" ,
2103- "ofType" : null
2104- },
2105- "isDeprecated" : false ,
2106- "deprecationReason" : null
2107- },
21082096 {
21092097 "name" : " type" ,
21102098 "description" : " Envelope transaction support" ,
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ type Block {
189189 raw : Bytes !
190190
191191 """
192- WithdrawalsRoot is the withdrawals trie root in this block.
192+ WithdrawalsRoot is withdrawals trie root in this block.
193193 If withdrawals are unavailable for this block, this field will be null.
194194 """
195195 withdrawalsRoot : Bytes32
@@ -535,7 +535,6 @@ type Transaction {
535535 r : BigInt !
536536 s : BigInt !
537537 v : BigInt !
538- yParity : Long
539538
540539 """Envelope transaction support"""
541540 type : Long
@@ -570,4 +569,4 @@ type Withdrawal {
570569
571570 """Amount is the withdrawal value in Gwei."""
572571 amount : Long !
573- }
572+ }
You can’t perform that action at this time.
0 commit comments