pub trait IsTaprootActive {
// Required method
fn is_taproot_active(&mut self) -> bool;
}
Required Methods§
sourcefn is_taproot_active(&mut self) -> bool
fn is_taproot_active(&mut self) -> bool
| Check if Taproot has activated |
pub trait IsTaprootActive {
// Required method
fn is_taproot_active(&mut self) -> bool;
}
| Check if Taproot has activated |