diff --git a/src/rpcQuery.ts b/src/rpcQuery.ts index 1ab505e..0ba63bd 100644 --- a/src/rpcQuery.ts +++ b/src/rpcQuery.ts @@ -21,7 +21,7 @@ export default class RpcQuery { this.init(); } - get promise(): Promise { + get result(): Promise { return this._promise as Promise; }