multiversx_chain_vm::vm_hooks

Trait 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§