Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
malik672 committed Nov 30, 2024
1 parent 599a09a commit a62d258
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zink/src/event.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
//! Public traits for the EVM interfaces
use alloc::string::String;
use crate::ffi;

/// Zink event interface
///
/// TODO: safety check for the length of the event name
pub trait Event {
fn abi_signature() -> String;

const NAME: &'static [u8];

fn log0(&self) {
Expand Down

0 comments on commit a62d258

Please sign in to comment.