UNPKG

@ledgerhq/coin-tron

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