Skip to content

Decode

decode(retTypes, bytes): JsonValue[]

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

Decode a binary value

Type<any>[]

Types expected in the buffer.

Uint8Array

hex-encoded string, or buffer.

JsonValue[]

Value deserialised to JS type