Type Alias zebra_consensus::primitives::ed25519::Item

source ·
pub type Item = Item;
Expand description

The type of the batch item. This is an Ed25519Item.

Aliased Type§

struct Item {
    vk_bytes: VerificationKeyBytes,
    sig: Signature,
    k: Scalar,
}

Fields§

§vk_bytes: VerificationKeyBytes§sig: Signature§k: Scalar