pub trait UIfmtReceiptExt {
// Required methods
fn logs_pretty(&self) -> String;
fn logs_bloom_pretty(&self) -> String;
fn tx_type_pretty(&self) -> String;
}Required Methods§
fn logs_pretty(&self) -> String
fn logs_bloom_pretty(&self) -> String
fn tx_type_pretty(&self) -> String
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
Source§impl UIfmtReceiptExt for AnyTransactionReceipt
impl UIfmtReceiptExt for AnyTransactionReceipt
fn logs_pretty(&self) -> String
fn logs_bloom_pretty(&self) -> String
fn tx_type_pretty(&self) -> String
Source§impl UIfmtReceiptExt for BaseTransactionReceipt
Available on crate feature base only.
impl UIfmtReceiptExt for BaseTransactionReceipt
Available on crate feature
base only.