Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 871 Bytes

File metadata and controls

25 lines (12 loc) · 871 Bytes

TimeBasedTrigger

Properties

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

Enum: TimeBasedTriggerIntervalUnitEnum

  • Minutes (value: 'MINUTES')

  • Hours (value: 'HOURS')

  • Days (value: 'DAYS')

[Back to top] [Back to API list] [Back to Model list] [Back to README]