zebra_consensus::primitives::groth16

Type Alias Item

Source
pub type Item = Item<Bls12>;
Expand description

The type of the batch item. This is a Groth16 verification item.

Aliased Type§

struct Item { /* private fields */ }

Trait Implementations§

Source§

impl<T> TryFrom<DescriptionWrapper<&T>> for Item
where T: Description,

Source§

type Error = TransactionError

The type returned in the event of a conversion error.
Source§

fn try_from(input: DescriptionWrapper<&T>) -> Result<Self, Self::Error>

Performs the conversion.