Skip to content
Still using @dfinity/agent? Migrate to @icp-sdk/core!

ActorMethodMappedWithHttpDetails

ActorMethodMappedWithHttpDetails<T> = { [K in keyof T]: T[K] extends FunctionWithArgsAndReturn<infer Args, infer Ret> ? ActorMethodWithHttpDetails<Args, Ret> : never }

Defined in: packages/agent/src/actor.ts:136

T