Class TransformV1
A transformation performed while executing a deploy.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class TransformV1
Properties
| Edit this page View SourceKey
The formatted string of the Key.
Declaration
[JsonConverter(typeof(GlobalStateKey.GlobalStateKeyConverter))]
public GlobalStateKey Key { get; init; }
Property Value
| Type | Description |
|---|---|
| GlobalStateKey |
Kind
The type of transform
Declaration
public TransformKindV1 Kind { get; init; }
Property Value
| Type | Description |
|---|---|
| TransformKindV1 |
Value
Data associated to some type of transforms
Declaration
public object Value { get; init; }
Property Value
| Type | Description |
|---|---|
| object |