fn broadcast(
ccx: &mut CheatsCtxt<'_, '_, '_, '_>,
new_origin: Option<&Address>,
single_call: bool,
) -> Result
Expand description
Sets up broadcasting from a script using new_origin
as the sender.
fn broadcast(
ccx: &mut CheatsCtxt<'_, '_, '_, '_>,
new_origin: Option<&Address>,
single_call: bool,
) -> Result
Sets up broadcasting from a script using new_origin
as the sender.