Skip to main content

CopperListsManager

Type Alias CopperListsManager 

Source
pub type CopperListsManager<P, const NBCL: usize> = SyncCopperListsManager<P, NBCL>;

Aliased Type§

pub struct CopperListsManager<P, const NBCL: usize> {
    pub last_encoded_bytes: u64,
    pub last_handle_bytes: u64,
    /* private fields */
}

Fields§

§last_encoded_bytes: u64

Last encoded size returned by logger.log

§last_handle_bytes: u64

Last handle-backed payload bytes observed during logger.log