pub trait TransactionTypeExtension {
// Required methods
fn style(&self, s: &str) -> String;
fn style_with_sign(&self, s: &str, history: bool) -> String;
}pub trait TransactionTypeExtension {
// Required methods
fn style(&self, s: &str) -> String;
fn style_with_sign(&self, s: &str, history: bool) -> String;
}