Class Group
Groups associate a set of URefs with a label.
Inheritance
System.Object
Group
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Group : object
Properties
Keys
List of URefs associated with the group label.
Declaration
public List<URef> Keys { get; set; }
Property Value
Type | Description |
---|---|
List<URef> |
Label
Group label
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |