Class ExecutionEffect
The journal of execution transforms from a single deploy.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ExecutionEffect
Properties
| Edit this page View SourceOperations
The resulting operations.
Declaration
[JsonPropertyName("operations")]
public List<Operation> Operations { get; init; }
Property Value
| Type | Description |
|---|---|
| List<Operation> |
Transforms
The journal of execution transforms.
Declaration
[JsonPropertyName("transforms")]
[JsonConverter(typeof(GenericListConverter<TransformV1, TransformV1.TransformV1Converter>))]
public List<TransformV1> Transforms { get; init; }
Property Value
| Type | Description |
|---|---|
| List<TransformV1> |