Decodes an unsigned leb128 encoded value to bigint. Note that if buffer that is provided does not only contain the uleb128 encoded number an error will be thrown.
the decoded bigint value.
The buffer to decode
Generated using TypeDoc
Decodes an unsigned leb128 encoded value to bigint. Note that if buffer that is provided does not only contain the uleb128 encoded number an error will be thrown.
Returns
the decoded bigint value.