pub fn from_bytes(
bytes: &[u8],
) -> Result<ChainTypeRegistry, Box<dyn Error + Send + Sync + 'static>>Expand description
Deserialize bytes into a scale_info_legacy::ChainTypeRegistry.
pub fn from_bytes(
bytes: &[u8],
) -> Result<ChainTypeRegistry, Box<dyn Error + Send + Sync + 'static>>Deserialize bytes into a scale_info_legacy::ChainTypeRegistry.