UNPKG

@hubbleprotocol/hubble-sdk

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