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

ActorSubclass

ActorSubclass<T> = Actor & T

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

A subclass of an actor. Actor class itself is meant to be a based class.

T = Record<string, ActorMethod>