diff --git a/src/keri/app/coring.ts b/src/keri/app/coring.ts index f96901ef..09349d15 100644 --- a/src/keri/app/coring.ts +++ b/src/keri/app/coring.ts @@ -166,14 +166,14 @@ export class KeyStates { } /** - * Query the key state of an identifier for a given sequence number or anchor SAID + * Query the key state of an identifier for a given sequence number or anchor * @async * @param {string} pre Identifier prefix * @param {number} [sn] Optional sequence number - * @param {string} [anchor] Optional anchor SAID + * @param {any} [anchor] Optional anchor * @returns {Promise} A promise to the long-running operation */ - async query(pre: string, sn?: string, anchor?: string): Promise { + async query(pre: string, sn?: string, anchor?: any): Promise { const path = `/queries`; const data: any = { pre: pre,