UNPKG

@ledgerhq/coin-stellar

Version:
6 lines 263 B
/** * Estimate the fees for one transaction * @see {@link https://developers.stellar.org/docs/learn/fundamentals/fees-resource-limits-metering#inclusion-fee} */ export declare function estimateFees(): Promise<bigint>; //# sourceMappingURL=estimateFees.d.ts.map