Class ExecutionEffect
The journal of execution transforms from a single deploy.
Inheritance
System.Object
ExecutionEffect
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ExecutionEffect : object
Properties
Operations
The resulting operations.
Declaration
public List<Operation> Operations { get; set; }
Property Value
Type | Description |
---|---|
List<Operation> |
Transforms
The journal of execution transforms.
Declaration
public List<Transform> Transforms { get; set; }
Property Value
Type | Description |
---|---|
List<Transform> |