read_variable_length_integer

Function read_variable_length_integer 

Source
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>