Class Group
Groups associate a set of URefs with a label.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Group
Properties
| Edit this page View SourceKeys
List of URefs associated with the group label.
Declaration
[JsonPropertyName("keys")]
[JsonConverter(typeof(GenericListConverter<URef, GlobalStateKey.GlobalStateKeyConverter>))]
public List<URef> Keys { get; init; }
Property Value
| Type | Description |
|---|---|
| List<URef> |
Label
Group label
Declaration
[JsonPropertyName("group")]
public string Label { get; init; }
Property Value
| Type | Description |
|---|---|
| string |