Module croncat_integration_utils::task_creation
source · Functions
- This returns a CosmosMsg Execute object It’s a helper in this crate, but is exposed for external usage as well.
- Returns a CosmosMsg This can be conveniently used when returning a Response
Ok(Response::new().add_message(returned_val))
- Returns a SubMsg This can be conveniently used when returning a Response where you might handle what happened in the reply entry point.
Ok(Response::new().add_submessage(returned_val))
- Given the CronCat factory address, returns the proper contract address if it exists. See TASKS_NAME, MANAGER_NAME, and AGENTS_NAME