graphql: add storage slots to access list (#23650)

Fixes #23640
This commit is contained in:
Martin Holst Swende
2021-09-29 00:28:17 +02:00
committed by GitHub
parent a541fbea18
commit 42bc1944a1
2 changed files with 4 additions and 4 deletions

View File

@ -72,7 +72,7 @@ const schema string = `
#EIP-2718
type AccessTuple{
address: Address!
storageKeys : [Bytes32!]
storageKeys : [Bytes32!]!
}
# Transaction is an Ethereum transaction.