Function ethers_core::utils::parse_bytes32_string
source · [−]pub fn parse_bytes32_string(bytes: &[u8; 32]) -> Result<&str, ConversionError>
Expand description
Returns the decoded string represented by the bytes32 encoded data.