Struct ethers_contract::LogMeta [−][src]
pub struct LogMeta {
pub address: Address,
pub block_number: U64,
pub block_hash: H256,
pub transaction_hash: TxHash,
pub transaction_index: U64,
pub log_index: U256,
}Expand description
Metadata inside a log
Fields
address: AddressAddress from which this log originated
block_number: U64The block in which the log was emitted
block_hash: H256The block hash in which the log was emitted
transaction_hash: TxHashThe transaction hash in which the log was emitted
transaction_index: U64Transactions index position log was created from
log_index: U256Log index position in the block
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LogMeta
impl UnwindSafe for LogMeta
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more