UNPKG

@ledgerhq/coin-hedera

Version:
14 lines 558 B
import BigNumber from "bignumber.js"; import type { Account } from "@ledgerhq/types-live"; import type { Transaction } from "../types"; export declare const estimatedFeeSafetyRate = 2; export declare function getEstimatedFees(account: Account): Promise<BigNumber>; export declare function calculateAmount({ account, transaction, }: { account: Account; transaction: Transaction; }): Promise<{ amount: BigNumber; totalSpent: BigNumber; }>; export declare function base64ToUrlSafeBase64(data: string): string; //# sourceMappingURL=utils.d.ts.map