pub trait UIfmtReceiptExt {
// Required methods
fn logs_pretty(&self) -> String;
fn logs_bloom_pretty(&self) -> String;
fn tx_type_pretty(&self) -> String;
}pub trait UIfmtReceiptExt {
// Required methods
fn logs_pretty(&self) -> String;
fn logs_bloom_pretty(&self) -> String;
fn tx_type_pretty(&self) -> String;
}