Searched defs:authority_hash (Results 1 – 2 of 2) sorted by relevance
32 authority_hash: Vec<u8>, field82 pub fn authority_hash(&self) -> &[u8] { in authority_hash() method249 pub fn authority_hash(mut self, authority_hash: Vec<u8>) -> Self { in authority_hash() method
110 authority_hash: Option<Vec<u8>>, field169 let mut authority_hash = FieldValue::new("authority hash"); in from_entries() localVariable