Class NamedUserGroup
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class NamedUserGroup
Properties
| Edit this page View SourceName
The hex-encoded address of the addressable entity.
Declaration
[JsonPropertyName("group_name")]
public string Name { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
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> |