Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Properties

Functions

Type aliases

BaseMethodsExtendedActor

BaseMethodsExtendedActor<T>: {[ K in keyof T as `_${Uncapitalize<string & K>}`]: T[K] }

Type parameters

  • T

Properties

default

default: { createExtendedActorClass: (agent: HttpAgent, methods: any, canisterId: string | Principal, IDLFactory: InterfaceFactory) => ExtendedActorConstructor }

Type declaration

  • createExtendedActorClass: (agent: HttpAgent, methods: any, canisterId: string | Principal, IDLFactory: InterfaceFactory) => ExtendedActorConstructor
      • (agent: HttpAgent, methods: any, canisterId: string | Principal, IDLFactory: InterfaceFactory): ExtendedActorConstructor
      • Parameters

        • agent: HttpAgent
        • methods: any
        • canisterId: string | Principal
        • IDLFactory: InterfaceFactory

        Returns ExtendedActorConstructor

Functions

Const createExtendedActorClass

  • createExtendedActorClass(agent: HttpAgent, methods: any, canisterId: string | Principal, IDLFactory: InterfaceFactory): ExtendedActorConstructor
  • Parameters

    • agent: HttpAgent
    • methods: any
    • canisterId: string | Principal
    • IDLFactory: InterfaceFactory

    Returns ExtendedActorConstructor

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration