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 75de3dc commit 09d367eCopy full SHA for 09d367e
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