Type Alias zebra_consensus::primitives::redpallas::Sender

source ·
type Sender = Sender<Option<Result<(), Error>>>;
Expand description

The type of the batch sender channel.

Aliased Type§

struct Sender {
    shared: Arc<Shared<Option<Result<(), Error>>>>,
}

Fields§

§shared: Arc<Shared<Option<Result<(), Error>>>>