Struct multiversx_chain_vm::scenario::model::TxDeploy
source · pub struct TxDeploy {
pub from: AddressValue,
pub egld_value: BigUintValue,
pub code_metadata: CodeMetadata,
pub contract_code: BytesValue,
pub arguments: Vec<BytesValue>,
pub gas_limit: U64Value,
pub gas_price: U64Value,
}Fields§
§from: AddressValue§egld_value: BigUintValue§code_metadata: CodeMetadata§contract_code: BytesValue§arguments: Vec<BytesValue>§gas_limit: U64Value§gas_price: U64Value