# DisplayResultOf

> **DisplayResultOf**\<`T`\> = [`DisplayOf`](DisplayOf.md)\<`T`, `string`\>

Defined in: [display/types.ts:97](https://github.com/B3Pay/ic-reactor/blob/2de45f357e6c8bcfa7cb2aa71eff7a059eacdf01/packages/core/src/display/types.ts#L97)

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

## Type Parameters

### T

`T`