Module hdk::prelude::judged

source ·
Expand description

Wrapper type to indicate some data which has a ValidationStatus associated with it.

This type indicates that the use of the underlying data is tied to a ValidationStatus related to this data. It’s meant to force you to think about the validity of this piece of data and assign a status.

The meaning of using this type is context-specific, but in general it means: “this data is available in this context because an authority produced it, and the validation status is the status of the DhtOp which that authority holds”.

Structs§

  • Data with an optional validation status.

Traits§