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