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]

[src]

Formats the value using the given formatter.

impl PartialEq for TopicFilter
[src]

[src]

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

[src]

This method tests for !=.

impl Default for TopicFilter
[src]

[src]

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

impl Serialize for TopicFilter
[src]

[src]

Serialize this value into the given Serde serializer. Read more