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