Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
malik672 committed Dec 4, 2024
1 parent 813d393 commit e7a7c39
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions zink/src/event.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@


use alloc::string::String;

use crate::{ffi, primitives::Bytes32};

/// Zink event interface
pub trait Event {
const NAME: &'static [u8];

fn abi_signature() -> String;

fn log0(&self) {
unsafe {
ffi::evm::log0(Self::NAME);
Expand Down

0 comments on commit e7a7c39

Please sign in to comment.