UNPKG

hive-keychain-commons

Version:

Platform-agnostic functions used in Hive Keychain mobile and extensions

6 lines (5 loc) 176 B
import { Exchange } from '../interfaces/exchange'; export declare const ExchangesUtils: { getExchanges: () => Exchange[]; isExchange: (username: string) => boolean; };