Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

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>