EnvelopeHeader#
- class hugr.envelope.EnvelopeHeader(format: EnvelopeFormat, zstd: bool = False)[source]#
Bases:
object
Header of a HUGR envelope.
See the module docstring for the binary format.
- format#
The format used to encode the HUGR.
- zstd#
Whether the payload is compressed with zstd. The compression level is detected from the payload.
- Type:
Methods
from_bytes
to_bytes
Attributes