Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Classes

Interfaces

Type Aliases

Type Aliases

BaseActorClientType: { skExists: any }

Contains the mimumum viable methods that an actor canister must implement

For example, all actors must have an skExists() method to be able to use the ActorClient

Type declaration

  • skExists:function
    • skExists(arg_0: string): Promise<boolean>

Generated using TypeDoc