pub fn get_bytes<Addr: Address + ?Sized>( address: &Addr, metadata: &Metadata, ) -> Result<Vec<u8>, Error>
Access the bytes of a custom value by the address it is registered under.