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

6 lines
220 B
TypeScript

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