UNPKG

@hubbleprotocol/hubble-sdk

Version:
9 lines (6 loc) 149 B
import Decimal from 'decimal.js'; export type SupportedCollateral = { token: number; tokenCap: Decimal; }; export default SupportedCollateral;