pub type StateVerKey = VerKey<EdwardsConfig>;
Expand description

Verification key for verifying state signatures

Aliased Type§

struct StateVerKey(pub(crate) Projective<EdwardsConfig>);

Fields§

§0: Projective<EdwardsConfig>