Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 712 Bytes

File metadata and controls

26 lines (14 loc) · 712 Bytes

TimeBasedTrigger

The schedule for this deposit automation.

Properties

Name Type Description Notes
intervalValue Integer How often the deposit runs, in units of intervalUnit.
intervalUnit IntervalUnitEnum The unit for intervalValue.
balanceThreshold String Minimum USDC balance required before a deposit runs. Set to "0" to sweep the full available balance every time, with no minimum.

Enum: IntervalUnitEnum

Name Value
MINUTES "MINUTES"
HOURS "HOURS"
DAYS "DAYS"