Trait multiversx_chain_vm::vm_hooks::VMHooksLog

source ·
pub trait VMHooksLog: VMHooksHandlerSource {
    // Provided method
    fn managed_write_log(
        &self,
        topics_handle: RawHandle,
        data_handle: RawHandle,
    ) { ... }
}

Provided Methods§

source

fn managed_write_log(&self, topics_handle: RawHandle, data_handle: RawHandle)

Implementors§