Serialize an argument to BCS-serialized bytes.
The serializer instance used for serialization.
Serialize an argument to BCS-serialized bytes. Serialize an argument as a type-agnostic, fixed byte sequence. The byte sequence contains the number of the following bytes followed by the BCS-serialized bytes for a typed argument.
The serializer used to convert the argument.
Serialize an argument to BCS-serialized bytes as a type aware byte sequence. The byte sequence contains an enum variant index followed by the BCS-serialized bytes for a typed argument.
Static
deserialize
Represents a 64-bit unsigned integer (U64) and provides methods for serialization.
This class ensures that the value is within the valid range for a U64 and provides functionality to serialize the value for various use cases, including entry functions and script functions.