pub async fn wallet_fragment_handler<E>( __arg0: State<UiState<DynGatewayApi<E>>>, _auth: UserAuth, ) -> Html<String>where E: Display,