Struct multiversx_chain_vm::scenario::model::TxCall
source · pub struct TxCall {
pub from: AddressValue,
pub to: AddressValue,
pub egld_value: BigUintValue,
pub esdt_value: Vec<TxESDT>,
pub function: String,
pub arguments: Vec<BytesValue>,
pub gas_limit: U64Value,
pub gas_price: U64Value,
}Fields§
§from: AddressValue§to: AddressValue§egld_value: BigUintValue§esdt_value: Vec<TxESDT>§function: String§arguments: Vec<BytesValue>§gas_limit: U64Value§gas_price: U64Value