Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dist
  • Loading branch information
gantunesr committed May 4, 2023
commit 0e99f5143d5afdec7182ea0a0e6f5dc47b71bcc6
13 changes: 13 additions & 0 deletions dist/KeyringController.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ declare class KeyringController extends EventEmitter {
unsupportedKeyrings: SerializedKeyring[];
password?: string;
constructor({ keyringBuilders, cacheEncryptionKey, initState, encryptor, }: KeyringControllerArgs);
/**
* Full Update
*
* Emits the `update` event and @returns a Promise that resolves to
* the current state.
*
* Frequently used to end asynchronous chains in this class,
* indicating consumers can often either listen for updates,
* or accept a state-resolving promise to consume their results.
*
* @returns The controller state.
*/
fullUpdate(): any;
/**
* =======================================
* === Public Vault Management Methods ===
Expand Down
39 changes: 26 additions & 13 deletions dist/KeyringController.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/KeyringController.js.map

Large diffs are not rendered by default.