UNPKG

@ledgerhq/live-common

Version:
9 lines 426 B
import type { CryptoCurrency } from "@ledgerhq/types-cryptoassets"; import type { FeeItems } from "../types"; export declare const speeds: Map<number, string>; export declare const defaultBlockCount = 3; /** * Returns the current network fee rate(fast, medium, slow) from our backend for a given currency */ export declare const getFeeItems: (currency: CryptoCurrency) => Promise<FeeItems>; //# sourceMappingURL=api.d.ts.map