Chore: Migrate REST API - e2eRequestSubscriptionKeys to Typescript (#3813)

This commit is contained in:
Reinaldo Neto 2022-03-03 23:12:36 -03:00 committed by GitHub
parent 3a7ec74e5a
commit 4c490576fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export const e2eSetUserPublicAndPrivateKeys = (public_key: string, private_key:
// RC 2.2.0
sdk.post('e2e.setUserPublicAndPrivateKeys', { public_key, private_key });
export const e2eRequestSubscriptionKeys = (): any =>
export const e2eRequestSubscriptionKeys = (): Promise<boolean> =>
// RC 0.72.0
sdk.methodCallWrapper('e2e.requestSubscriptionKeys');