Given a binary value for a smart contract type, and the raw schema for that type, deserialize the value into the JSON representation.
the deserialized value
the value that should be deserialized.
the schema for the type that the given value should be deserialized as
Whether errors are in a verbose format or not. Defaults to false.
false
Generated using TypeDoc
Given a binary value for a smart contract type, and the raw schema for that type, deserialize the value into the JSON representation.
Returns
the deserialized value