Type Alias zebra_consensus::redpallas::Item

source ·
pub type Item = Item<SpendAuth, Binding>;
Expand description

The type of the batch item. This is a RedPallasItem.

Aliased Type§

struct Item {
    inner: Inner<SpendAuth, Binding>,
}

Fields§

§inner: Inner<SpendAuth, Binding>