Casper.Network.SDK
Show / Hide Table of Contents

Class NamedKeyValue

A named key in an addressable entity.

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

Properties

| Edit this page View Source

Key

The value of the entry: a casper Key type.

Declaration
[JsonPropertyName("named_key")]
public CLValue Key { get; init; }
Property Value
Type Description
CLValue
| Edit this page View Source

Name

The name of the entry.

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