Type Alias StateSignKey

Source
pub type StateSignKey = SignKey<Fr>;
Expand description

Signing key for signing a light client state

Aliased Typeยง

struct StateSignKey(/* private fields */);