Casper.Network.SDK
Show / Hide Table of Contents

Class Transform

A transformation performed while executing a deploy.

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

Fields

| Edit this page View Source

_transformV1

Declaration
protected TransformV1 _transformV1
Field Value
Type Description
TransformV1
| Edit this page View Source

_version

Declaration
protected int _version
Field Value
Type Description
int

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

Representation of a single transformation occurring during execution.\n\nNote that all arithmetic variants of TransformKind are commutative which means that a given collection of them can be executed in any order to produce the same end result.

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

Version

Returns the version of the block.

Declaration
public int Version { get; }
Property Value
Type Description
int

Operators

| Edit this page View Source

explicit operator TransformV1(Transform)

Declaration
public static explicit operator TransformV1(Transform transform)
Parameters
Type Name Description
Transform transform
Returns
Type Description
TransformV1
| Edit this page View Source

explicit operator Transform(TransformV1)

Declaration
public static explicit operator Transform(TransformV1 transform)
Parameters
Type Name Description
TransformV1 transform
Returns
Type Description
Transform
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC