pub fn proposal_status_changed_hooks(
hooks: Hooks<'_>,
storage: &dyn Storage,
id: u64,
old_status: String,
new_status: String,
) -> StdResult<Vec<SubMsg>>Expand description
Prepares proposal status hook messages. These messages reply on error and have even reply IDs. IDs are set to even numbers to then be interleaved with the vote hooks.