DOCS

WCJsonRpcResult

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