Casper.Network.SDK
Show / Hide Table of Contents

Class Operation

An operation performed while executing a deploy.

Inheritance
object
Operation
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
public class Operation

Properties

| Edit this page View Source

Key

The formatted string of the Key.

Declaration
[JsonPropertyName("key")]
[JsonConverter(typeof(GlobalStateKey.GlobalStateKeyConverter))]
public GlobalStateKey Key { get; init; }
Property Value
Type Description
GlobalStateKey
| Edit this page View Source

Kind

The type of operation.

Declaration
[JsonPropertyName("kind")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public OpKind Kind { get; init; }
Property Value
Type Description
OpKind
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC