GetReceiver

Trait GetReceiver 

Source
pub trait GetReceiver<A: Architecture> {
    // Required method
    fn receiver(&self) -> Option<A::Address>;
}
Expand description

Trait for getting the the receiver of a transaction.

Required Methods§

Source

fn receiver(&self) -> Option<A::Address>

Implementors§