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

4 lines
294 B
TypeScript

import type { EIP1559CompatibleTx } from '../types.js';
export declare function getUpfrontCost(tx: EIP1559CompatibleTx, baseFee: bigint): bigint;
export declare function getEffectivePriorityFee(tx: EIP1559CompatibleTx, baseFee: bigint | undefined): bigint;
//# sourceMappingURL=eip1559.d.ts.map