pub trait LightningTransaction: Transaction + Entity { // Required method fn type_name(&self) -> &'static str; }