Casper.Network.SDK
Show / Hide Table of Contents

Class NamedKey

A named key in an Account or Contract.

Inheritance
object
NamedKey
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 NamedKey

Properties

| Edit this page View Source

Key

The value of the entry: a casper Key type.

Declaration
[JsonPropertyName("key")]
[JsonConverter(typeof(GlobalStateKey.GlobalStateKeyConverter))]
public GlobalStateKey Key { get; init; }
Property Value
Type Description
GlobalStateKey
| Edit this page View Source

Name

The name of the entry.

Declaration
[JsonPropertyName("name")]
public string Name { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC