Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

BitcoinPublicKey

Bitcoin public key representation (matches actual Bitcoin format)

Fully qualified path: alexandria_btc::types::BitcoinPublicKey

[derive(Clone, Drop, Serde)]
pub struct BitcoinPublicKey {
    pub bytes: ByteArray,
}

Members

bytes

Raw public key bytes (33 bytes compressed or 65 bytes uncompressed)

Fully qualified path: alexandria_btc::types::BitcoinPublicKey::bytes

pub bytes: ByteArray