UNPKG

@hubbleprotocol/hubble-sdk

Version:
11 lines (8 loc) 183 B
import Decimal from 'decimal.js'; export type CollateralTotals = { deposited: Decimal; inactive: Decimal; price: Decimal; token: string; }; export default CollateralTotals;