pub fn serialize<S>(value: &AppHash, serializer: S) -> Result<S::Ok, S::Error>where S: Serializer,
Serialize from AppHash into a base64-encoded string.
AppHash