Skip to main content

CircSendWindow

Type Alias CircSendWindow 

Source
pub(crate) type CircSendWindow = SendWindow<CircParams>;
Expand description

A circuit’s send window.

Aliased Type§

pub(crate) struct CircSendWindow {
    window: u16,
    _dummy: PhantomData<CircParams>,
}

Fields§

§window: u16

Current value for this window

§_dummy: PhantomData<CircParams>

Marker type to tell the compiler that the P type is used.