Skip to content
IC Reactor

DisplayResultOf

DisplayResultOf<T> = DisplayOf<T, string>

Defined in: display/types.ts:97

Display mapping for RESULT position. Identical to DisplayOf except that a blob is exactly string: the display codec decodes every blob to a hex string, whatever its size, so the wider BlobType union belongs only on the args side, where encode genuinely accepts all three forms.

T