Type Alias StateVerKey

Source
pub type StateVerKey = VerKey<EdwardsConfig>;
Expand description

Verification key for verifying state signatures

Aliased Type§

struct StateVerKey(/* private fields */);

Trait Implementations§

Source§

impl ToFieldsLightClientCompat for StateVerKey

Source§

fn to_fields(&self) -> Vec<CircuitField>

This should be compatible with our legacy implementation.

Source§

const SIZE: usize = 2usize