type WCJsonRpcResult = { id: number; jsonrpc: string; result: string;};
type id = number;
type jsonrpc = string;
type result = string;