Casper.Network.SDK
Show / Hide Table of Contents

Class TransformV1

A transformation performed while executing a deploy.

Inheritance
object
TransformV1
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 TransformV1

Properties

| Edit this page View Source

Key

The formatted string of the Key.

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

Kind

The type of transform

Declaration
public TransformKindV1 Kind { get; init; }
Property Value
Type Description
TransformKindV1
| Edit this page View Source

Value

Data associated to some type of transforms

Declaration
public object Value { get; init; }
Property Value
Type Description
object
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC