UNPKG

@hubbleprotocol/hubble-sdk

Version:
9 lines (8 loc) 236 B
import Decimal from 'decimal.js'; export type WithdrawalCaps = { configCapacity: Decimal; currentTotal: Decimal; lastIntervalStartTimestamp: number; configIntervalLengthSeconds: number; }; export default WithdrawalCaps;