fn broadcast<CTX: ContextTr<Journal: JournalExt, Db: DatabaseExt>>(
ccx: &mut CheatsCtxt<'_, CTX>,
new_origin: Option<&Address>,
single_call: bool,
) -> ResultExpand description
Sets up broadcasting from a script using new_origin as the sender.