UNPKG

@nolus/nolusjs

Version:

JS library for NodeJS and Web browsers to interact with the Nolus Protocol

5 lines (4 loc) 128 B
import { OraclePriceConfig } from './OraclePriceConfig'; export interface OracleConfig { price_config: OraclePriceConfig; }