Skip to content

SlebDecode

slebDecode(pipe): bigint

Defined in: packages/candid/src/utils/leb128.ts:135

Decode a leb encoded buffer into a bigint. The number is decoded with support for negative signed-leb encoding.

PipeArrayBuffer

A Buffer containing the signed leb encoded bits.

bigint