UNPKG

@azpool/chia-client

Version:

TypeScript client for Chia node peer RPC interface

5 lines (4 loc) 75 B
export interface RpcResponse { success: boolean; error?: string; }