Documentation
    Preparing search index...

    Type Alias WalletModalOpened

    Opened modal window state.

    type WalletModalOpened = {
        appRequest?: Consumable<AppRichRequest> | null;
        closeReason: null;
        status: "opened";
    }
    Index

    Properties

    appRequest?: Consumable<AppRichRequest> | null

    Embedded deep link request to include in the connect URL. Present only when the modal was opened via initiateDeepLinkFlow.

    closeReason: null

    Always null for opened modal window.

    status: "opened"

    Modal window status.