pub async fn transactions_fragment_handler<E>( __arg0: State<UiState<DynGatewayApi<E>>>, _auth: UserAuth, __arg2: Query<HashMap<String, String>>, ) -> Html<String>where E: Display + Debug,