UNPKG

@hubbleprotocol/hubble-sdk

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