mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
graphql: add blobGasUsed,excessBlobGas in block scheme
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
05070803a8
commit
b9e551a559
1 changed files with 4 additions and 0 deletions
|
|
@ -275,6 +275,10 @@ const schema string = `
|
||||||
# Withdrawals is a list of withdrawals associated with this block. If
|
# Withdrawals is a list of withdrawals associated with this block. If
|
||||||
# withdrawals are unavailable for this block, this field will be null.
|
# withdrawals are unavailable for this block, this field will be null.
|
||||||
withdrawals: [Withdrawal!]
|
withdrawals: [Withdrawal!]
|
||||||
|
# BlobGasUsed is the amount of gas used for blob transactions.
|
||||||
|
blobGasUsed: Long
|
||||||
|
# ExcessBlobGas is the amount of excess gas available for blob transactions.
|
||||||
|
excessBlobGas: Long
|
||||||
}
|
}
|
||||||
|
|
||||||
# CallData represents the data associated with a local contract call.
|
# CallData represents the data associated with a local contract call.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue