IAgent interface
Agent that can execute methods
Signature:
export interface IAgent extends IAgentBase
Extends: IAgentBase
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| emit | (eventType: string, data: any) => Promise<void> | ||
| execute | <A = any, R = any>(method: string, args: A) => Promise<R> |