Deserialize a byte array into the corresponding Michelson value.
Without a type definition (not recommended) the binary data will be treated as a binary form of a generic Michelson expression and returned as is.
Type definition allows some types like timestamp and address and other types usually encoded in optimized binary forms to be transformed
back to their string representations like base58 and ISO timestamps.
Deserialize a byte array into the corresponding Michelson value. Without a type definition (not recommended) the binary data will be treated as a binary form of a generic Michelson expression and returned as is. Type definition allows some types like
timestamp
andaddress
and other types usually encoded in optimized binary forms to be transformed back to their string representations like base58 and ISO timestamps.Same binary data without a type definition