Casper.Network.SDK
Show / Hide Table of Contents

Class AddKeysTransformKind

Adds new named keys to an existing entry in the global state.\n\nThis transform assumes that the existing stored value is either an Account or a Contract.

Inheritance
object
TransformKind
TransformKind<List<NamedKey>>
AddKeysTransformKind
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 AddKeysTransformKind : TransformKind<List<NamedKey>>

Properties

| Edit this page View Source

Value

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