Implement endorsements for group send

This commit is contained in:
Jamie Kyle 2024-09-06 10:52:19 -07:00 committed by GitHub
parent 5f82c82803
commit 24536e1342
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 816 additions and 269 deletions

5
ts/window.d.ts vendored
View file

@ -306,6 +306,11 @@ declare global {
interface SharedArrayBuffer {
__arrayBuffer: never;
}
interface Set<T> {
// Needed until TS upgrade
difference<U>(other: ReadonlySet<U>): Set<T>;
}
}
export type WhisperType = {