Skip to main content

LonghandMergeProofV0

Type Alias LonghandMergeProofV0 

Source
pub type LonghandMergeProofV0 = ShorthandCombinationProofV0;

Aliased Type§

pub struct LonghandMergeProofV0 {
    pub schema_version: &'static str,
    pub product: &'static str,
    pub shorthand_property: String,
    pub accepted: bool,
    pub blocked_reason: Option<&'static str>,
    pub ordered_longhand_properties: Vec<String>,
    pub provenance_preserved: bool,
    pub cascade_safe_witness: String,
}

Fields§

§schema_version: &'static str§product: &'static str§shorthand_property: String§accepted: bool§blocked_reason: Option<&'static str>§ordered_longhand_properties: Vec<String>§provenance_preserved: bool§cascade_safe_witness: String