Class NamedKeyValue
A named key in an addressable entity.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class NamedKeyValue
Properties
| Edit this page View SourceKey
The value of the entry: a casper Key type.
Declaration
[JsonPropertyName("named_key")]
public CLValue Key { get; init; }
Property Value
| Type | Description |
|---|---|
| CLValue |
Name
The name of the entry.
Declaration
[JsonPropertyName("name")]
public CLValue Name { get; init; }
Property Value
| Type | Description |
|---|---|
| CLValue |