Skip to content
IC Reactor

BlobType

BlobType = Uint8Array | number[] | string

Defined in: display/types.ts:58

The display-side forms a blob ARGUMENT may take: the codec’s encode accepts a hex string, raw bytes, or a plain byte array. Decode is narrower — every blob RESULT is a hex string, which is what DisplayResultOf maps to.