Casper.Network.SDK
Show / Hide Table of Contents

Class IdentityTransformKind

An identity transformation that does not modify a value in the global state. Created as a result of reading from the global state.

Inheritance
object
TransformKind
TransformKind<object>
IdentityTransformKind
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 IdentityTransformKind : TransformKind<object>

Properties

| Edit this page View Source

Value

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