linera_service/
config.rs

1// Copyright (c) Zefchain Labs, Inc.
2// SPDX-License-Identifier: Apache-2.0
3
4pub use linera_exporter::config::{
5    BlockExporterConfig, Destination, DestinationConfig, DestinationId, DestinationKind,
6    LimitsConfig,
7};