UNPKG

@ledgerhq/coin-tron

Version:
4 lines 266 B
import type { TransactionIntent } from "@ledgerhq/coin-module-framework/api/index"; import { TronMemo } from "../types"; export declare function estimateFees(transactionIntent: TransactionIntent<TronMemo>): Promise<bigint>; //# sourceMappingURL=estimateFees.d.ts.map