multiversx_sc_snippets

Trait InteractorStep

Source
pub trait InteractorStep: StepWithResponse {
    // Required method
    fn as_interactor_step(&mut self) -> InteractorStepRef<'_>;
}
Expand description

Describes a scenario step that can be executed in an interactor.

Required Methods§

Implementors§