Type Alias zebra_consensus::primitives::redpallas::BatchVerifier

source ·
type BatchVerifier = Verifier<SpendAuth, Binding>;
Expand description

The type of the batch verifier.

Aliased Type§

struct BatchVerifier {
    signatures: Vec<Item<SpendAuth, Binding>>,
}

Fields§

§signatures: Vec<Item<SpendAuth, Binding>>