Casper.Network.SDK
Show / Hide Table of Contents

Class NamedUserGroup

Inheritance
object
NamedUserGroup
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 NamedUserGroup

Properties

| Edit this page View Source

Name

The hex-encoded address of the addressable entity.

Declaration
[JsonPropertyName("group_name")]
public string Name { get; init; }
Property Value
Type Description
string
| Edit this page View Source

Users

List of URefs associated with the group.

Declaration
[JsonPropertyName("group_users")]
[JsonConverter(typeof(GenericListConverter<URef, GlobalStateKey.GlobalStateKeyConverter>))]
public List<URef> Users { get; init; }
Property Value
Type Description
List<URef>
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC