UNPKG

@hubbleprotocol/hubble-sdk

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