Initializes a new instance of the CLValueResult class.
The CLTypeResult representing the type of the Result.
A boolean indicating whether the Result is a success (true) or an error (false).
The CLValue contained within the Result.
Static
fromCreates a CLValueResult instance from a Uint8Array. Parses the byte array to interpret the success flag and the inner value.
An object containing the new CLValueResult instance and any remaining bytes.
The Uint8Array containing the byte representation of the Result value.
The CLTypeResult representing the type of the Result.
Generated using TypeDoc
Represents a Result type in the Casper type system. A Result can either be a success (Ok) or an error (Err).