UNPKG

hive-keychain-commons

Version:

Platform-agnostic functions used in Hive Keychain mobile and extensions

8 lines (7 loc) 133 B
export interface Exchange { name: string; image: any; link: string; username: string; acceptedCoins: string[]; }