pub trait GetSender<A: Architecture> { // Required method fn sender(&self) -> Option<A::Address>; }
Trait for getting the the sender of a transaction.