File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2093
2093
"isDeprecated" : false ,
2094
2094
"deprecationReason" : null
2095
2095
},
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
+ },
2096
2108
{
2097
2109
"name" : " type" ,
2098
2110
"description" : " Envelope transaction support" ,
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ type Block {
189
189
raw : Bytes !
190
190
191
191
"""
192
- WithdrawalsRoot is withdrawals trie root in this block.
192
+ WithdrawalsRoot is the withdrawals trie root in this block.
193
193
If withdrawals are unavailable for this block, this field will be null.
194
194
"""
195
195
withdrawalsRoot : Bytes32
@@ -535,6 +535,7 @@ type Transaction {
535
535
r : BigInt !
536
536
s : BigInt !
537
537
v : BigInt !
538
+ yParity : Long
538
539
539
540
"""Envelope transaction support"""
540
541
type : Long
@@ -569,4 +570,4 @@ type Withdrawal {
569
570
570
571
"""Amount is the withdrawal value in Gwei."""
571
572
amount : Long !
572
- }
573
+ }
You can’t perform that action at this time.
0 commit comments