Struct fuel_ethabi::TopicFilter
source · pub struct TopicFilter {
pub topic0: Topic<Hash>,
pub topic1: Topic<Hash>,
pub topic2: Topic<Hash>,
pub topic3: Topic<Hash>,
}
Expand description
Topic filter.
Fields§
§topic0: Topic<Hash>
Usually (for not-anonymous transactions) the first topic is event signature.
topic1: Topic<Hash>
Second topic.
topic2: Topic<Hash>
Third topic.
topic3: Topic<Hash>
Fourth topic.
Trait Implementations§
source§impl Debug for TopicFilter
impl Debug for TopicFilter
source§impl Default for TopicFilter
impl Default for TopicFilter
source§fn default() -> TopicFilter
fn default() -> TopicFilter
Returns the “default value” for a type. Read more
source§impl PartialEq<TopicFilter> for TopicFilter
impl PartialEq<TopicFilter> for TopicFilter
source§fn eq(&self, other: &TopicFilter) -> bool
fn eq(&self, other: &TopicFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.