UNPKG

@algofi/v1

Version:

The official JavaScript SDK for the V2 Algofi Lending Market

6 lines (5 loc) 133 B
export default class AssetAmount { underlying: number; usd: number; constructor(underlying: number, usd: number); }