Class Transform
A transformation performed while executing a deploy.
Assembly: Casper.Network.SDK.dll
Fields
|
Edit this page
View Source
Declaration
protected TransformV1 _transformV1
Field Value
|
Edit this page
View Source
Declaration
Field Value
Properties
|
Edit this page
View Source
The formatted string of the Key.
Declaration
[JsonConverter(typeof(GlobalStateKey.GlobalStateKeyConverter))]
public GlobalStateKey Key { get; init; }
Property Value
|
Edit this page
View Source
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
|
Edit this page
View Source
Returns the version of the block.
Declaration
public int Version { get; }
Property Value
Operators
|
Edit this page
View Source
Declaration
public static explicit operator TransformV1(Transform transform)
Parameters
Returns
|
Edit this page
View Source
Declaration
public static explicit operator Transform(TransformV1 transform)
Parameters
Returns