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

Required Methods§

| Check if Taproot has activated |

Implementors§