Documentation
    Preparing search index...

    Type Alias WalletsModalState

    WalletsModalState: OptionalTraceable<
        | WalletModalOpened
        | WalletModalClosed
        | ChooseSupportedFeatureWalletsModal,
    >

    Discriminated union of all modal states, wrapped in OptionalTraceable so consumers can correlate state events with the analytics trace id.