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