Struct ethcore_rpc::v1::types::Log [] [src]

pub struct Log {
    pub address: H160,
    pub topics: Vec<H256>,
    pub data: Bytes,
    pub block_hash: Option<H256>,
    pub block_number: Option<U256>,
    pub transaction_hash: Option<H256>,
    pub transaction_index: Option<U256>,
    pub log_index: Option<U256>,
    pub transaction_log_index: Option<U256>,
    pub log_type: String,
}

Log

Fields

H160

Topics

Data

Block Hash

Block Number

Transaction Hash

Transaction Index

Log Index in Block

Log Index in Transaction

Log Type

Trait Implementations

impl Clone for Log
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Log
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Eq for Log
[src]

impl PartialEq for Log
[src]

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

This method tests for !=.

impl Debug for Log
[src]

Formats the value using the given formatter.

impl From<LocalizedLogEntry> for Log
[src]

Performs the conversion.

impl From<LogEntry> for Log
[src]

Performs the conversion.