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