Casper.Network.SDK
Show / Hide Table of Contents

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
In This Article
Back to top Maintained by MAKE Technology LLC