6 lines
220 B
TypeScript
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
|