Class Step
The journal of execution transforms from an Era
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
[JsonConverter(typeof(Step.StepConverter))]
public class Step
Properties
| Edit this page View SourceEffects
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> |
EraId
The era in which the change occurred.
Declaration
[JsonPropertyName("era_id")]
public ulong EraId { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong |
Operations
The resulting operations (only for Casper v1.x).
Declaration
[JsonPropertyName("operations")]
public List<Operation> Operations { get; init; }
Property Value
| Type | Description |
|---|---|
| List<Operation> |