didToDisplayCodecs
didToDisplayCodecs<
TTypes>(didTypes): { [K in string | number | symbol]: TTypes[K] extends Type<TCandid> ? ActorDisplayCodec<TCandid, DisplayOf<TCandid>> : never }
Defined in: display/helper.ts:22
Type Parameters
Section titled “Type Parameters”TTypes
Section titled “TTypes”TTypes extends Record<string, Type<any>>
Parameters
Section titled “Parameters”didTypes
Section titled “didTypes”TTypes
Returns
Section titled “Returns”{ [K in string | number | symbol]: TTypes[K] extends Type<TCandid> ? ActorDisplayCodec<TCandid, DisplayOf<TCandid>> : never }