UNPKG

@hubbleprotocol/hubble-sdk

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