diff --git a/src/index.ts b/src/index.ts index af046f3..64205cf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -40,12 +40,10 @@ export class RpcNetwork extends Client { public simpleQuery({ relay, query, - data = {}, options = {}, }: { relay?: Buffer | string; query: ClientRPCRequest; - data: object | any[]; options?: RpcQueryOptions; }): SimpleRpcQuery { return new SimpleRpcQuery({