UNPKG

@nolus/nolusjs

Version:

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

10 lines (9 loc) 200 B
export interface Liability { max: number; healthy: number; initial: number; recalc_time: number; first_liq_warn: number; second_liq_warn: number; third_liq_warn: number; }