Class NamedKey
A named key in an Account or Contract.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class NamedKey
Properties
| Edit this page View SourceKey
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 |
Name
The name of the entry.
Declaration
[JsonPropertyName("name")]
public string Name { get; init; }
Property Value
| Type | Description |
|---|---|
| string |