Initializes a new instance of the CLValueTuple2 class.
The CLTypeTuple2 representing the type of the tuple.
The first CLValue in the tuple.
The second CLValue in the tuple.
Static
fromCreates a CLValueTuple2 instance from a Uint8Array. Parses the byte array to retrieve the two values of the tuple.
An object containing the new CLValueTuple2 instance and any remaining bytes.
The Uint8Array containing the byte representation of the Tuple2 value.
The CLTypeTuple2 representing the type of the tuple.
Generated using TypeDoc
Represents a tuple containing two CLValues in the Casper type system.