Casper.Network.SDK
Show / Hide Table of Contents

Class Transform

A transformation performed while executing a deploy.

Inheritance
System.Object
Transform
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Transform : object

Properties

Key

The formatted string of the Key.

Declaration
public GlobalStateKey Key { get; set; }
Property Value
Type Description
GlobalStateKey

Type

The type of transform

Declaration
public TransformType Type { get; set; }
Property Value
Type Description
TransformType

Value

Data associated to some type of transforms

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object
In This Article
Back to top Maintained by MAKE Technology LLC