UNPKG

@metamask/snaps-sdk

Version:

A library containing the core functionality for building MetaMask Snaps

1 lines 568 B
{"version":3,"file":"cancel-background-event.mjs","sourceRoot":"","sources":["../../../src/types/methods/cancel-background-event.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * The request parameters for the `snap_cancelBackgroundEvent` method.\n *\n * @property id - The id of the background event to cancel.\n */\nexport type CancelBackgroundEventParams = {\n id: string;\n};\n\n/**\n * The result returned for the `snap_cancelBackgroundEvent` method.\n *\n * This method does not return anything.\n */\nexport type CancelBackgroundEventResult = null;\n"]}