pub type StateSignKey = SignKey<Fr>;
Signing key for signing a light client state
struct StateSignKey(/* private fields */);