Struct ethabi::TopicFilter[][src]

pub struct TopicFilter {
    pub topic0: Topic<Hash>,
    pub topic1: Topic<Hash>,
    pub topic2: Topic<Hash>,
    pub topic3: Topic<Hash>,
}

Topic filter.

Fields

Usually (for not-anonymous transactions) the first topic is event signature.

Second topic.

Third topic.

Fourth topic.

Trait Implementations

impl Debug for TopicFilter
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TopicFilter
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for TopicFilter
[src]

Returns the "default value" for a type. Read more

impl Serialize for TopicFilter
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for TopicFilter

impl Sync for TopicFilter