Skip to content

Commit 272fa23

Browse files
committed
graphql: regenerate
Signed-off-by: jsvisa <delweng@gmail.com>
1 parent 1a61f99 commit 272fa23

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

graphql.json

+12
Original file line numberDiff line numberDiff line change
@@ -2093,6 +2093,18 @@
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+
},
20962108
{
20972109
"name": "type",
20982110
"description": "Envelope transaction support",

schema.graphqls

+3-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ type Block {
189189
raw: Bytes!
190190

191191
"""
192-
WithdrawalsRoot is withdrawals trie root in this block.
192+
WithdrawalsRoot is the withdrawals trie root in this block.
193193
If withdrawals are unavailable for this block, this field will be null.
194194
"""
195195
withdrawalsRoot: Bytes32
@@ -535,6 +535,7 @@ type Transaction {
535535
r: BigInt!
536536
s: BigInt!
537537
v: BigInt!
538+
yParity: Long
538539

539540
"""Envelope transaction support"""
540541
type: Long
@@ -569,4 +570,4 @@ type Withdrawal {
569570

570571
"""Amount is the withdrawal value in Gwei."""
571572
amount: Long!
572-
}
573+
}

0 commit comments

Comments
 (0)