Skip to content
IC Reactor

TransformReturnRegistry

Defined in: core/src/types/reactor.ts:133

Registry for return type transformations. Users can augment this interface to add custom transforms:

declare module '@ic-reactor/core' {
interface TransformReturnRegistry<T> {
myCustom: MyCustomReturnTransform<T>
}
}

T

A = BaseActor

candid: T

Defined in: core/src/types/reactor.ts:134


display: DisplayOf<T>

Defined in: core/src/types/reactor.ts:137