pub trait State: Sealed { type When; type Hash; type Message; }
State trait tracking which required fields have been set