pub fn read_variable_length_integer<R: Read>(
reader: R,
) -> Result<usize, TransactionError>Expand description
Decode the value of a variable length integer.
<https://en.bitcoin.it/wiki/Protocol_documentation#Variable_length_integer>
pub fn read_variable_length_integer<R: Read>(
reader: R,
) -> Result<usize, TransactionError>Decode the value of a variable length integer.
<https://en.bitcoin.it/wiki/Protocol_documentation#Variable_length_integer>