Struct common_types::log_entry::LocalizedLogEntry[][src]

pub struct LocalizedLogEntry {
    pub entry: LogEntry,
    pub block_hash: H256,
    pub block_number: BlockNumber,
    pub transaction_hash: H256,
    pub transaction_index: usize,
    pub log_index: usize,
    pub transaction_log_index: usize,
}

Log localized in a blockchain.

Fields

Plain log entry.

Block in which this log was created.

Block number.

Hash of transaction in which this log was created.

Index of transaction within block.

Log position in the block.

Log position in the transaction.

Methods from Deref<Target = LogEntry>

Calculates the bloom of this log entry.

Trait Implementations

impl Default for LocalizedLogEntry
[src]

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

impl Debug for LocalizedLogEntry
[src]

Formats the value using the given formatter. Read more

impl PartialEq for LocalizedLogEntry
[src]

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

This method tests for !=.

impl Clone for LocalizedLogEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Deref for LocalizedLogEntry
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl Send for LocalizedLogEntry

impl Sync for LocalizedLogEntry