UNPKG

@ethereumjs/tx

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