#[event(scheduled)] pub async fn scheduled(_: ScheduledEvent, _: Env, _: ScheduleContext) { // Your normal schedule code here console_log!("Hello, world!"); }
© 2026 Hedgehog Software, LLC