Casper.Network.SDK
Show / Hide Table of Contents

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
In This Article
Back to top Maintained by MAKE Technology LLC