Move SecretSessionCipher to TypeScript
This commit is contained in:
parent
7e629edd21
commit
c9ffb7c014
11 changed files with 569 additions and 283 deletions
1
ts/libsignal.d.ts
vendored
1
ts/libsignal.d.ts
vendored
|
@ -223,6 +223,7 @@ export declare class SessionCipherClass {
|
|||
body: string;
|
||||
}>;
|
||||
getRecord: () => Promise<RecordType>;
|
||||
getSessionVersion: () => Promise<number>;
|
||||
getRemoteRegistrationId: () => Promise<number>;
|
||||
hasOpenSession: () => Promise<boolean>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue