Class Operation
An operation performed while executing a deploy.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Operation
Properties
| Edit this page View SourceKey
The formatted string of the Key.
Declaration
[JsonPropertyName("key")]
[JsonConverter(typeof(GlobalStateKey.GlobalStateKeyConverter))]
public GlobalStateKey Key { get; init; }
Property Value
| Type | Description |
|---|---|
| GlobalStateKey |
Kind
The type of operation.
Declaration
[JsonPropertyName("kind")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public OpKind Kind { get; init; }
Property Value
| Type | Description |
|---|---|
| OpKind |