UNPKG

@avalabs/avalanchejs

Version:
4 lines 259 B
import type { Transaction } from '../../../common'; import type { Dimensions } from '../../../common/fees/dimensions'; export declare const calculateFee: (tx: Transaction, weights: Dimensions, price: bigint) => bigint; //# sourceMappingURL=calculator.d.ts.map