Casper.Network.SDK
Show / Hide Table of Contents

Class Group

Groups associate a set of URefs with a label.

Inheritance
object
Group
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Group

Properties

| Edit this page View Source

Keys

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>
| Edit this page View Source

Label

Group label

Declaration
[JsonPropertyName("group")]
public string Label { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC