Type Alias hotshot_stake_table::vec_based::config::StateVerKey
pub type StateVerKey = VerKey<EdwardsConfig>;
Expand description
Schnorr verification key as auxiliary information Verification key for verifying state signatures
Aliased Type§
struct StateVerKey(/* private fields */);
Trait Implementations§
source§impl ToFields<Fp<MontBackend<FrConfig, 4>, 4>> for StateVerKey
impl ToFields<Fp<MontBackend<FrConfig, 4>, 4>> for StateVerKey
Hashable representation of a key NOTE: commitment is only used in light client contract. For this application, we needs only hash the Schnorr verification key.