Skip to content
Still using @dfinity/agent? Migrate to @icp-sdk/core!

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