pub type TasteVerdictCache = TasteVerdictRecord;Expand description
Cached taste verdict for a spore — alias for the substrate standard type.
Aliased Type§
pub struct TasteVerdictCache {
pub verdict: TasteVerdict,
pub notes: Option<String>,
pub tasted_at_epoch_ms: u64,
}Fields§
§verdict: TasteVerdict§notes: Option<String>§tasted_at_epoch_ms: u64