Casper.Network.SDK
Show / Hide Table of Contents

Class PruneTransformKind

Removes the pathing to the global state entry of the specified key. The pruned element remains reachable from previously generated global state root hashes, but will not be included in the next generated global state root hash and subsequent state accumulated from it.

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

Properties

| Edit this page View Source

Value

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