UNPKG

@ledgerhq/coin-algorand

Version:
8 lines 352 B
import { FeeEstimation } from "@ledgerhq/coin-module-framework/api/types"; /** * Estimate fees for an Algorand transaction * @param txSize - Optional transaction size in bytes (defaults to average) * @returns Fee estimation */ export declare function estimateFees(txSize?: number): Promise<FeeEstimation>; //# sourceMappingURL=estimateFees.d.ts.map