// Copyright (c) Facebook, Inc. and its affiliates.
// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
//! This module provides the executables needed to operate a Linera service, including a placeholder wallet acting as a GraphQL service for user interfaces.
/// Configuration types for the service binaries.
/// The controller that orchestrates worker services.
/// The GraphQL node service exposing wallet and chain state.
/// Helpers for creating and building application projects.
/// Tracking of GraphQL subscriptions by query.
/// Storage backend selection for the service binaries.
/// Assorted helper utilities for the service binaries.
pub use PersistentWallet as Wallet;