pub type StateAndDelta<TYPES> = (Option<Arc<<TYPES as NodeType>::ValidatedState>>, Option<Arc<<<TYPES as NodeType>::ValidatedState as ValidatedState<TYPES>>::Delta>>);
Expand description

Optional validated state and state delta.