Class: PermissionGroup
api/entities/PermissionGroup.PermissionGroup
Represents a group of permissions for an Asset
Hierarchy
-
Entity<UniqueIdentifiers,unknown>↳
PermissionGroup
Properties
asset
• asset: BaseAsset
Asset for which this group specifies permissions
Defined in
api/entities/PermissionGroup.ts:19
uuid
• uuid: string
Inherited from
Defined in
Methods
exists
▸ Abstract exists(): Promise<boolean>
Determine whether this Entity exists on chain
Returns
Promise<boolean>
Inherited from
Defined in
getPermissions
▸ Abstract getPermissions(): Promise<GroupPermissions>
Retrieve the Permissions associated with this Permission Group
Returns
Promise<GroupPermissions>
Defined in
api/entities/PermissionGroup.ts:35