@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
9 lines • 426 B
TypeScript
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