|
782 | 782 | },
|
783 | 783 | "isDeprecated": false,
|
784 | 784 | "deprecationReason": null
|
| 785 | + }, |
| 786 | + { |
| 787 | + "name": "blobGasUsed", |
| 788 | + "description": "BlobGasUsed is the total amount of gas used by the transactions.", |
| 789 | + "args": [], |
| 790 | + "type": { |
| 791 | + "kind": "SCALAR", |
| 792 | + "name": "Long", |
| 793 | + "ofType": null |
| 794 | + }, |
| 795 | + "isDeprecated": false, |
| 796 | + "deprecationReason": null |
| 797 | + }, |
| 798 | + { |
| 799 | + "name": "excessBlobGas", |
| 800 | + "description": "ExcessBlobGas is a running total of blob gas consumed in excess of the target, prior to the block.", |
| 801 | + "args": [], |
| 802 | + "type": { |
| 803 | + "kind": "SCALAR", |
| 804 | + "name": "Long", |
| 805 | + "ofType": null |
| 806 | + }, |
| 807 | + "isDeprecated": false, |
| 808 | + "deprecationReason": null |
785 | 809 | }
|
786 | 810 | ],
|
787 | 811 | "inputFields": null,
|
|
1882 | 1906 | "isDeprecated": false,
|
1883 | 1907 | "deprecationReason": null
|
1884 | 1908 | },
|
| 1909 | + { |
| 1910 | + "name": "maxFeePerBlobGas", |
| 1911 | + "description": "MaxFeePerBlobGas is the maximum blob gas fee cap per blob the sender is willing to pay for blob transaction, in wei.", |
| 1912 | + "args": [], |
| 1913 | + "type": { |
| 1914 | + "kind": "SCALAR", |
| 1915 | + "name": "BigInt", |
| 1916 | + "ofType": null |
| 1917 | + }, |
| 1918 | + "isDeprecated": false, |
| 1919 | + "deprecationReason": null |
| 1920 | + }, |
1885 | 1921 | {
|
1886 | 1922 | "name": "effectiveTip",
|
1887 | 1923 | "description": "EffectiveTip is the actual amount of reward going to miner after considering the max fee cap.",
|
|
1986 | 2022 | "isDeprecated": false,
|
1987 | 2023 | "deprecationReason": null
|
1988 | 2024 | },
|
| 2025 | + { |
| 2026 | + "name": "blobGasUsed", |
| 2027 | + "description": "BlobGasUsed is the amount of blob gas used by this transaction.", |
| 2028 | + "args": [], |
| 2029 | + "type": { |
| 2030 | + "kind": "SCALAR", |
| 2031 | + "name": "Long", |
| 2032 | + "ofType": null |
| 2033 | + }, |
| 2034 | + "isDeprecated": false, |
| 2035 | + "deprecationReason": null |
| 2036 | + }, |
| 2037 | + { |
| 2038 | + "name": "blobGasPrice", |
| 2039 | + "description": "blobGasPrice is the actual value per blob gas deducted from the senders account.", |
| 2040 | + "args": [], |
| 2041 | + "type": { |
| 2042 | + "kind": "SCALAR", |
| 2043 | + "name": "BigInt", |
| 2044 | + "ofType": null |
| 2045 | + }, |
| 2046 | + "isDeprecated": false, |
| 2047 | + "deprecationReason": null |
| 2048 | + }, |
1989 | 2049 | {
|
1990 | 2050 | "name": "createdContract",
|
1991 | 2051 | "description": "CreatedContract is the account that was created by a contract creation\ntransaction. If the transaction was not a contract creation transaction,\nor it has not yet been mined, this field will be null.",
|
|
2152 | 2212 | },
|
2153 | 2213 | "isDeprecated": false,
|
2154 | 2214 | "deprecationReason": null
|
| 2215 | + }, |
| 2216 | + { |
| 2217 | + "name": "blobVersionedHashes", |
| 2218 | + "description": "BlobVersionedHashes is a set of hash outputs from the blobs in the transaction.", |
| 2219 | + "args": [], |
| 2220 | + "type": { |
| 2221 | + "kind": "LIST", |
| 2222 | + "name": null, |
| 2223 | + "ofType": { |
| 2224 | + "kind": "NON_NULL", |
| 2225 | + "name": null, |
| 2226 | + "ofType": { |
| 2227 | + "kind": "SCALAR", |
| 2228 | + "name": "Bytes32", |
| 2229 | + "ofType": null |
| 2230 | + } |
| 2231 | + } |
| 2232 | + }, |
| 2233 | + "isDeprecated": false, |
| 2234 | + "deprecationReason": null |
2155 | 2235 | }
|
2156 | 2236 | ],
|
2157 | 2237 | "inputFields": null,
|
|
0 commit comments