UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

6 lines 384 B
import { BitcoinFeeLevels } from './BitcoinFeeLevels'; import { MiscFeeLevels } from './MiscFeeLevels'; import type { BitcoinNetworkInfo, CoinInfo } from '../../types'; export declare const getOrInitFeeLevels: (coinInfo: CoinInfo) => MiscFeeLevels; export declare const getOrInitBitcoinFeeLevels: (coinInfo: BitcoinNetworkInfo) => BitcoinFeeLevels; //# sourceMappingURL=index.d.ts.map