Skip to main content

WindowAppReadyEvent

@iota/wallet-standard


@iota/wallet-standard / WindowAppReadyEvent

Type Alias: WindowAppReadyEvent

WindowAppReadyEvent = UnstoppableCustomEvent<WindowAppReadyEventType, WindowAppReadyEventAPI>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/base/lib/types/window.d.ts:57

Event that will be dispatched by the app on the window when the app is ready to register Wallets.

Wallets must listen for this event, and register themselves when the event is dispatched.