Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ScriptLeaf

Script tree leaf

Fully qualified path: alexandria_btc::taproot::ScriptLeaf

[derive(Drop)]
pub struct ScriptLeaf {
    pub script: Array<u8>,
    pub leaf_version: u8,
}

Members

script

Fully qualified path: alexandria_btc::taproot::ScriptLeaf::script

pub script: Array<u8>

leaf_version

Fully qualified path: alexandria_btc::taproot::ScriptLeaf::leaf_version

pub leaf_version: u8