Documentation
    Preparing search index...

    Type Alias ConnectionCompletedEvent

    ConnectionCompletedEvent: {
        is_success: true;
        trace_id?: string | null;
        type: "connection-completed";
    } & ConnectionInfo

    Successful connection event when a user successfully connected a wallet.

    Type declaration

    • is_success: true

      Connection success flag.

    • Optionaltrace_id?: string | null

      Unique identifier used for tracking a specific user flow.

    • type: "connection-completed"

      Event type.