2025-04-19 15:38:48 +08:00

6 lines
220 B
TypeScript

import type { EIP2930CompatibleTx } from '../types.js';
/**
* The amount of gas paid for the data in this tx
*/
export declare function getDataFee(tx: EIP2930CompatibleTx): bigint;
//# sourceMappingURL=eip2930.d.ts.map