Trait multiversx_chain_vm::scenario::model::IntoBlockchainCall
source · pub trait IntoBlockchainCall {
type BlockchainCall;
// Required method
fn into_blockchain_call(self) -> Self::BlockchainCall;
}Expand description
Converts a ContractCall or ContractDeploy into a scenario object that additonally
contains gas costs and transaction-related data.