We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd1503 commit f708a45Copy full SHA for f708a45
packages/snaps-simulation/src/types.ts
@@ -448,9 +448,7 @@ export type Snap = {
448
* @param keyringRequest - Keyring request options.
449
* @returns The response.
450
*/
451
- onKeyringRequest(
452
- keyringRequest: KeyringOptions,
453
- ): Promise<SnapResponseWithoutInterface>;
+ onKeyringRequest(keyringRequest: KeyringOptions): SnapRequest;
454
455
/**
456
* Get the response from the Snap's `onInstall` handler.
0 commit comments