Class Step
The journal of execution transforms from an Era
Inheritance
System.Object
Step
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Step : object
Properties
Effect
The effect of executing the deploy.
Declaration
public ExecutionEffect Effect { get; set; }
Property Value
Type | Description |
---|---|
ExecutionEffect |
EraId
The era in which the change occurred.
Declaration
public ulong EraId { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |