Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
compression.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace sysio {
6namespace state_history {
7
8using chain::bytes;
9
11bytes zlib_decompress(const bytes& in);
12
13} // namespace state_history
14} // namespace sysio
vector< char > bytes
Definition types.hpp:243
bytes zlib_compress_bytes(const bytes &in)
bytes zlib_decompress(const bytes &in)