type JsonRpcResult: { "id": number; "result": any; };
id: number;
result: any;
Was this page helpful?