Casper.Network.SDK
Show / Hide Table of Contents

Class ExecutionEffect

The journal of execution transforms from a single deploy.

Inheritance
object
ExecutionEffect
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ExecutionEffect

Properties

| Edit this page View Source

Operations

The resulting operations.

Declaration
[JsonPropertyName("operations")]
public List<Operation> Operations { get; init; }
Property Value
Type Description
List<Operation>
| Edit this page View Source

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>
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC