pub fn is_contested(quins: &[NQuin], data_hash: u64) -> boolExpand description
Return true if the quin slice contains any contestability record for data_hash.
Scans CONTEST_CONTEXT for a prov:contestedBy quin with the given subject.
This is an O(n) linear scan — use a proper index in production queries.