[][src]Trait pwasm_abi::eth::AsLog

pub trait AsLog {
    fn as_log(&self) -> H256;
}

As log trait for how primitive types are represented as indexed arguments of the event log

Required methods

fn as_log(&self) -> H256

Convert type to hash representation for the event log.

Loading content...

Implementors

impl AsLog for H256[src]

impl AsLog for U256[src]

impl AsLog for Address[src]

impl AsLog for bool[src]

impl AsLog for i32[src]

impl AsLog for i64[src]

impl AsLog for u32[src]

impl AsLog for u64[src]

Loading content...