Searched defs:config_hash (Results 1 – 2 of 2) sorted by relevance
30 config_hash: Option<Vec<u8>>, field72 pub fn config_hash(&self) -> Option<&[u8]> { in config_hash() method209 pub fn config_hash(mut self, config_hash: Option<Vec<u8>>) -> Self { in config_hash() method
84 config_hash: Option<Vec<u8>>, field102 let mut config_hash = FieldValue::new("config hash"); in from_cbor() localVariable