Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 1.42 KB

ActorAdapter.md

File metadata and controls

74 lines (46 loc) · 1.42 KB

Namespace: ActorAdapter

Table of contents

Type Aliases

Interfaces

Type Aliases

Actor

Ƭ Actor<T>: ActorSubclass<T>

Type parameters

Name
T

ActorParams

Ƭ ActorParams: Object

Type declaration

Name Type
canisterId? string
interfaceFactory IDL.InterfaceFactory

Actors

Ƭ Actors: Record<string, { actor: ActorSubclass<any> ; adapter: ActorAdapter }>


Options

Ƭ Options: Object

Type declaration

Name Type
host string
whitelist string[]

Provider

Ƭ Provider: Object

Type declaration

Name Type
agent Agent | null
createActor <T>(params: CreateActorParams<T>) => Promise<ActorSubclass<T>>
createAgent (params: CreateAgentParams) => Promise<Agent>