@ledgerhq/coin-algorand
Version:
Ledger Algorand Coin integration
8 lines • 352 B
TypeScript
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