Initializes a new instance of the CLValueTuple1 class.
The CLTypeTuple1 representing the type of the tuple.
The CLValue contained in the tuple.
Private
innerStatic
fromCreates a CLValueTuple1 instance from a Uint8Array. Parses the byte array to retrieve the inner value of the tuple.
An object containing the new CLValueTuple1 instance and any remaining bytes.
The Uint8Array containing the byte representation of the Tuple1 value.
The CLTypeTuple1 representing the type of the tuple.
Generated using TypeDoc
Represents a tuple containing one CLValue in the Casper type system.