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

decode

decode(retTypes, bytes): JsonValue[]

Defined in: packages/candid/src/idl.ts:1955

Decode a binary value

Type<any>[]

Types expected in the buffer.

Uint8Array

hex-encoded string, or buffer.

JsonValue[]

Value deserialised to JS type