Deserializes a U256 value from the provided deserializer.
The deserializer instance used to read the U256 data.
Serializes the value using the provided serializer. This function is essential for converting the value into a format suitable for transmission or storage.
The serializer instance used to perform the serialization.
Serializes the current instance for use in an entry function by converting it to a byte sequence. This allows the instance to be properly formatted for serialization in transactions.
The serializer instance used to serialize the byte sequence.
Serializes the current instance for use in a script function. This allows for the conversion of the instance into a format suitable for transmission or storage.
The serializer used to perform the serialization.
Static
deserialize
Represents a boolean value that can be serialized and deserialized. This class extends the Serializable class and provides methods to serialize the boolean value for different contexts, such as entry functions and script functions.