graphql: add yParity field for transactions (#27882)

Co-authored-by: Felix Lange <fjl@twurst.com>
This commit is contained in:
Delweng
2023-08-09 17:57:57 +02:00
committed by GitHub
co-authored by Felix Lange
parent 7ec60d5f0c
commit 10d9f9377b
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -151,6 +151,7 @@ const schema string = `
r: BigInt!
s: BigInt!
v: BigInt!
yParity: Long
# Envelope transaction support
type: Long
accessList: [AccessTuple!]