Type Alias WidgetEventTypes

WidgetEventTypes: {
    connect: ConnectEventType | OrchestrationEventType;
    wallet: WalletEventType | OrchestrationEventType;
    swap: SwapEventType | OrchestrationEventType;
    bridge: BridgeEventType | OrchestrationEventType;
    onramp: OnRampEventType | OrchestrationEventType;
    sale: SaleEventType | OrchestrationEventType;
    immutableCommerce: CommerceEventType | OrchestrationEventType;
    addTokens: AddTokensEventType | OrchestrationEventType;
}

Represents all the possible event types that are emitted by the widgets.