Skip to main content

Interface: WindowAppReadyEventAPI

Interface that will be provided to Wallets by the app when the app calls the WindowRegisterWalletEventCallback provided by Wallets.

Wallets must call the register method to register themselves.

Methods

register()

register(wallet): () => void

Register a Wallet with the app.

Parameters

wallet

Wallet

Returns

unregister function to programmatically unregister the Wallet.

Wallets generally do not need to, and should not, call this.

(): void

Returns

void