export interface RpcResponse { id: number; result: T; error: unknown; }