GetSender

Trait GetSender 

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

Trait for getting the the sender of a transaction.

Required Methods§

Source

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

Implementors§