Trait multiversx_chain_vm::scenario::model::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.