pub trait HasTxRelay {
    // Required method
    fn has_tx_relay(&self) -> bool;
}

Required Methods§

Implementors§