UNPKG

rubic-sdk

Version:
7 lines (6 loc) 177 B
export interface ChangenowCurrency { ticker: string; network: string; tokenContract: string | null; } export type ChangenowCurrenciesResponse = ChangenowCurrency[];