// Copyright 2019-2026 ChainSafe Systems
// SPDX-License-Identifier: Apache-2.0, MIT
//! Event types published by the pending pool.
use crateSignedMessage;
pub const MPOOL_UPDATE_CHANNEL_CAPACITY: usize = 256;
/// A change to the pending pool.
// TODO: This will be used in https://github.com/ChainSafe/forest/pull/6941