Skip to main content

validate_relation_interchange

Function validate_relation_interchange 

Source
pub fn validate_relation_interchange(
    interchange: &RelationInterchange,
) -> Result<(), RelationInterchangeError>
Expand description

Validate relation interchange tuple identities and witness consistency.

ยงErrors

Returns RelationInterchangeError when required relations are empty, tuple ids duplicate, endpoint spans are invalid, or witnesses are disconnected from source/sink endpoints.