OEBytes

OEBytes

OEBytes is a type used to store bytes. It is a typedef for std::vector<unsigned char>.

OEBytes

OEBytes exists only in the C++ API and corresponds to a Python bytes object.