Documentation
    Preparing search index...

    Type Alias WalletModalOpenedEvent

    Represents the event triggered when the wallet modal is opened.

    type WalletModalOpenedEvent = {
        client_id: string | null;
        custom_data: Version;
        trace_id: string | null;
        type: "wallet-modal-opened";
        visible_wallets: string[];
    }
    Index

    Properties

    client_id: string | null

    The unique client identifier associated with the session or user.

    custom_data: Version

    Custom metadata containing versioning or contextual data for the modal.

    trace_id: string | null

    Unique identifier used for tracking a specific user flow.

    type: "wallet-modal-opened"

    Event type.

    visible_wallets: string[]

    A list of wallet identifiers that are currently visible in the modal.