Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

TweakedPublicKey

Taproot tweaked public key result

Fully qualified path: alexandria_btc::taproot::TweakedPublicKey

[derive(Drop, Copy)]
pub struct TweakedPublicKey {
    pub output_key: u256,
    pub parity: bool,
}

Members

output_key

Fully qualified path: alexandria_btc::taproot::TweakedPublicKey::output_key

pub output_key: u256

parity

Fully qualified path: alexandria_btc::taproot::TweakedPublicKey::parity

pub parity: bool