UNPKG

@ledgerhq/coin-filecoin

Version:
3 lines 283 B
import type { FeeEstimation, TransactionIntent } from "@ledgerhq/coin-module-framework/api/index"; export declare function estimateFees(intent: TransactionIntent, _customFeesParameters?: FeeEstimation["parameters"]): Promise<FeeEstimation>; //# sourceMappingURL=estimateFees.d.ts.map