UNPKG

wallets-wrapper

Version:

How to install

6 lines (5 loc) 308 B
import { CoinsNames, Networks } from '../models'; import { AllCoins } from '../wallets/trezor'; export declare const getNetworkFromCoin: (coin: CoinsNames) => Networks; export declare const getPathFromCoin: (coin: AllCoins) => string; export declare const getNativeCoin: (coin: CoinsNames) => AllCoins;