ByteArray
ByteArray
⚓︎
Bases: Ordered
- ByteArray
-
Represents a fixed size byte array.
__init__(fixed_size, array_input, tag=None)
⚓︎
- ByteArray.__init__
-
Creates a byte array from bytes or hex string.
to_json()
⚓︎
- ByteArray.to_json
-
Returns representation of this object that can be stored in JSON.