graphql: blob hash inner is required

Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
jsvisa 2023-08-22 12:06:18 +08:00
parent a10960afc4
commit 3e272162cd

View file

@ -169,7 +169,7 @@ const schema string = `
# this is equivalent to TxType || ReceiptEncoding. # this is equivalent to TxType || ReceiptEncoding.
rawReceipt: Bytes! rawReceipt: Bytes!
# BlobVersionedHashes is a set of hash values contained in the blob transaction. # BlobVersionedHashes is a set of hash values contained in the blob transaction.
blobVersionedHashes: [Bytes32] blobVersionedHashes: [Bytes32!]
} }
# BlockFilterCriteria encapsulates log filter criteria for a filter applied # BlockFilterCriteria encapsulates log filter criteria for a filter applied