/** * LiquidScheduler uses the timer_callback to run the cron logic within the consumer contract * * @param {name} timer - account name to scope the timer within * * Example: * * @code * // remove interval * [[eosio::action]] void rminterval() { * remove_interval(_self); * } * @endcode */