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