Type Alias hotshot_types::light_client::StateVerKey
source · 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>