Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

BTCDecoder

Bitcoin transaction decoder context

Fully qualified path: alexandria_btc::types::BTCDecoder

[derive(Clone, Drop, Serde)]
pub struct BTCDecoder {
    pub data: ByteArray,
    pub offset: u32,
}

Members

data

Raw transaction data

Fully qualified path: alexandria_btc::types::BTCDecoder::data

pub data: ByteArray

offset

Current reading offset

Fully qualified path: alexandria_btc::types::BTCDecoder::offset

pub offset: u32