Decodes an unsigned leb128 encoded value to bigint and returns it along with the index of the end of the encoded uleb128 number + 1.
the decoded bigint value and the index of the end of the encoded uleb128 number + 1.
The buffer to decode
A non-negative index to decode at, defaults to 0
Generated using TypeDoc
Decodes an unsigned leb128 encoded value to bigint and returns it along with the index of the end of the encoded uleb128 number + 1.
Returns
the decoded bigint value and the index of the end of the encoded uleb128 number + 1.