Class Operation
An operation performed while executing a deploy.
Inheritance
System.Object
Operation
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Operation : object
Properties
Key
The formatted string of the Key.
Declaration
public GlobalStateKey Key { get; set; }
Property Value
| Type | Description |
|---|---|
| GlobalStateKey |
Kind
The type of operation.
Declaration
public OpKind Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| OpKind |