Struct ethabi::Event [] [src]

pub struct Event { /* fields omitted */ }

Contract event.

Methods

impl Event
[src]

Creates new instance of Event.

Event signature

Creates topic filter

Decodes event indexed params and data.

Return the name of the event.

Return the inputs of the event.

Trait Implementations

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Event
[src]

Formats the value using the given formatter.