-
Notifications
You must be signed in to change notification settings - Fork 11
api.entities.PermissionGroup.PermissionGroup
api/entities/PermissionGroup.PermissionGroup
Represents a group of permissions for an Asset
-
Entity
<UniqueIdentifiers
,unknown
>↳
PermissionGroup
• asset: BaseAsset
Asset for which this group specifies permissions
api/entities/PermissionGroup.ts:19
• uuid: string
▸ Abstract
exists(): Promise
<boolean
>
Determine whether this Entity exists on chain
Promise
<boolean
>
▸ Abstract
getPermissions(): Promise
<GroupPermissions
>
Retrieve the Permissions associated with this Permission Group
Promise
<GroupPermissions
>
api/entities/PermissionGroup.ts:35
▸ isEqual(entity
): boolean
Determine whether this Entity is the same as another one
Name | Type |
---|---|
entity |
Entity <unknown , unknown > |
boolean
▸ Abstract
toHuman(): unknown
Returns Entity data in a human readable (JSON) format
unknown
▸ Static
generateUuid<Identifiers
>(identifiers
): string
Generate the Entity's UUID from its identifying properties
Name |
---|
Identifiers |
Name | Type |
---|---|
identifiers |
Identifiers |
string
▸ Static
isUniqueIdentifiers(identifiers
): boolean
Typeguard that checks whether the object passed corresponds to the unique identifiers of the class. Must be overridden
Name | Type | Description |
---|---|---|
identifiers |
unknown |
object to type check |
boolean
▸ Static
unserialize<Identifiers
>(serialized
): Identifiers
Unserialize a UUID into its Unique Identifiers
Name |
---|
Identifiers |
Name | Type | Description |
---|---|---|
serialized |
string |
UUID to unserialize |
Identifiers
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types