pub fn generate_protocol_name<Hash: AsRef<[u8]>>( genesis_hash: Hash, fork_id: Option<&str>, ) -> String
Generate the state protocol name from the genesis hash and fork id.