UNPKG

@metamask/snaps-rpc-methods

Version:
8 lines 558 B
import type { PermittedHandlerExport } from "@metamask/permission-controller"; import type { BackgroundEvent, GetBackgroundEventsParams, GetBackgroundEventsResult } from "@metamask/snaps-sdk"; export type GetBackgroundEventsMethodHooks = { getBackgroundEvents: () => BackgroundEvent[]; hasPermission: (permissionName: string) => boolean; }; export declare const getBackgroundEventsHandler: PermittedHandlerExport<GetBackgroundEventsMethodHooks, GetBackgroundEventsParams, GetBackgroundEventsResult>; //# sourceMappingURL=getBackgroundEvents.d.mts.map