Struct ethcore::client::registry::events::FeeChanged[]

pub struct FeeChanged { /* fields omitted */ }

Methods

impl FeeChanged

Parses log.

Creates topic filter.

Trait Implementations

impl Debug for FeeChanged

Formats the value using the given formatter. Read more

impl Clone for FeeChanged

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FeeChanged

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

This method tests for !=.

impl Default for FeeChanged

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

Auto Trait Implementations

impl Send for FeeChanged

impl Sync for FeeChanged