Trait multiversx_sc_snippets::imports::ScenarioTxRun
source · pub trait ScenarioTxRun {
type Returns;
// Required method
fn run(self) -> Self::Returns;
}Expand description
Provides a run method for transactions and steps.