UNPKG

hive-keychain-commons

Version:

Platform-agnostic functions used in Hive Keychain mobile and extensions

10 lines (9 loc) 183 B
export interface Currency { usd_24h_change?: number; usd?: number; } export interface CurrencyPrices { bitcoin: Currency; hive: Currency; hive_dollar: Currency; }