multiversx_sc_scenario::scenario::model

Trait IntoVMQuery

Source
pub trait IntoVMQuery {
    type VMQuery;

    // Required method
    fn into_vm_query(self) -> Self::VMQuery;
}
Expand description

Converts a ContractCall into a scenario object that encodes a SC query.

Required Associated Types§

Required Methods§

Source

fn into_vm_query(self) -> Self::VMQuery

Implementors§