async fn list_transactions(
__arg0: Extension<Arc<Gateway>>,
__arg1: Json<ListTransactionsPayload>,
) -> Result<impl IntoResponse, AdminGatewayError>
async fn list_transactions(
__arg0: Extension<Arc<Gateway>>,
__arg1: Json<ListTransactionsPayload>,
) -> Result<impl IntoResponse, AdminGatewayError>