Chore: Migrate REST API - e2eRequestSubscriptionKeys to Typescript (#3813)
This commit is contained in:
parent
3a7ec74e5a
commit
4c490576fa
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue