encodeObj takes a javascript object and returns its msgpack encoding Note that the encoding sorts the fields alphabetically
Uint8Array binary representation
Error containing ERROR_CONTAINS_EMPTY_STRING if the object contains empty or zero values
Use msgpackRawEncode instead. Note that function does not check for empty values like this one does.
Generated using TypeDoc
encodeObj takes a javascript object and returns its msgpack encoding Note that the encoding sorts the fields alphabetically