add function to TypeScript declaration

bca/update_fallback_bindings_java
Hubert Chathi 2021-12-01 14:34:41 -05:00
parent ee76674f03
commit fb162258ab
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ declare class Account {
generate_fallback_key();
fallback_key(): string;
unpublished_fallback_key(): string;
forget_old_fallback(): void;
pickle(key: string | Uint8Array): string;
unpickle(key: string | Uint8Array, pickle: string);
}