add function to TypeScript declaration
This commit is contained in:
parent
ee76674f03
commit
fb162258ab
1 changed files with 1 additions and 0 deletions
1
javascript/index.d.ts
vendored
1
javascript/index.d.ts
vendored
|
@ -30,6 +30,7 @@ declare class Account {
|
||||||
generate_fallback_key();
|
generate_fallback_key();
|
||||||
fallback_key(): string;
|
fallback_key(): string;
|
||||||
unpublished_fallback_key(): string;
|
unpublished_fallback_key(): string;
|
||||||
|
forget_old_fallback(): void;
|
||||||
pickle(key: string | Uint8Array): string;
|
pickle(key: string | Uint8Array): string;
|
||||||
unpickle(key: string | Uint8Array, pickle: string);
|
unpickle(key: string | Uint8Array, pickle: string);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue