pub trait SetBip152HighBandwidthTo {
    // Required method
    fn set_bip152_highbandwidth_to(&mut self, x: bool);
}

Required Methods§

Implementors§