bee-ledger 0.6.1

All types and features required to compute and maintain the ledger state
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2020-2021 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

//! Module that contains the pruning logic.

mod batch;
mod error;
mod metrics;

pub(crate) mod condition;
pub(crate) mod prune;

pub mod config;