Struct multiversx_chain_vm::scenario::model::CheckLog
source · pub struct CheckLog {
pub address: CheckValue<BytesValue>,
pub endpoint: CheckValue<BytesValue>,
pub topics: CheckValueList,
pub data: CheckValue<BytesValue>,
}Fields§
§address: CheckValue<BytesValue>§endpoint: CheckValue<BytesValue>§topics: CheckValueList§data: CheckValue<BytesValue>