Smart Contract Macros

schedule_timer - schedules specified transaction in the future

schedule_timer

remove_timer - removes timer

remove_timer

timer_callback - logic to run for cron specified here

timer_callback

start_interval - creates interval on DSP for timer callback

start_interval

remove_interval - removes interval

remove_interval

Last updated