UNPKG

chia-agent

Version:
4 lines (3 loc) 132 B
export interface APIAgent { sendMessage<M>(destination: string, command: string, data?: Record<string, unknown>): Promise<M>; }