pub trait IsTaprootActive {
    // Required method
    fn is_taproot_active(&mut self) -> bool;
}

Required Methods§

source

fn is_taproot_active(&mut self) -> bool

| Check if Taproot has activated |

Implementors§