UNPKG

@nolus/nolusjs

Version:

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

7 lines (6 loc) 153 B
export interface OraclePriceConfig { min_feeders: number; discount_factor: number; sample_period_secs: number; samples_number: number; }