UNPKG

@hubbleprotocol/hubble-sdk

Version:
9 lines (6 loc) 179 B
import WithdrawalCaps from './WithdrawalCaps'; export type CollateralWithdrawalCaps = { token: number; tokenCap: WithdrawalCaps; }; export default CollateralWithdrawalCaps;