Casper.Network.SDK
Show / Hide Table of Contents

Class Step

The journal of execution transforms from an Era

Inheritance
object
Step
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
[JsonConverter(typeof(Step.StepConverter))]
public class Step

Properties

| Edit this page View Source

Effects

The effect of executing the deploy.

Declaration
[JsonPropertyName("execution_effects")]
[JsonConverter(typeof(GenericListConverter<Transform, Transform.TransformConverter>))]
public List<Transform> Effects { get; init; }
Property Value
Type Description
List<Transform>
| Edit this page View Source

EraId

The era in which the change occurred.

Declaration
[JsonPropertyName("era_id")]
public ulong EraId { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

Operations

The resulting operations (only for Casper v1.x).

Declaration
[JsonPropertyName("operations")]
public List<Operation> Operations { get; init; }
Property Value
Type Description
List<Operation>
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC