Type alias ConnectionCompletedEvent

ConnectionCompletedEvent: {
    is_success: true;
    type: "connection-completed";
} & ConnectionInfo

Successful connection event when a user successfully connected a wallet.

Generated using TypeDoc