TapTree
Taproot script tree (simplified - single leaf for now)
Fully qualified path: alexandria_btc::taproot::TapTree
[derive(Drop)]
pub struct TapTree {
pub leaf: Option<ScriptLeaf>,
}
Members
leaf
Fully qualified path: alexandria_btc::taproot::TapTree::leaf
pub leaf: Option<ScriptLeaf>