generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
api.procedures.types.SetPermissionGroupParams
prashantasdeveloper edited this page Oct 31, 2024
·
64 revisions
api/procedures/types.SetPermissionGroupParams
This procedure can be called with:
- An Asset's existing Custom Permission Group. The Identity will be assigned as an Agent of that Group for that Asset
- A Known Permission Group and an Asset. The Identity will be assigned as an Agent of that Group for that Asset
- A set of Transaction Permissions and an Asset. If there is no Custom Permission Group with those permissions, a Custom Permission Group will be created for that Asset with those permissions, and the Identity will be assigned as an Agent of that Group for that Asset. Otherwise, the existing Group will be used
- An array of Transaction Groups that represent a set of permissions. If there is no Custom Permission Group with those permissions, a Custom Permission Group will be created with those permissions, and the Identity will be assigned as an Agent of that Group for that Asset. Otherwise, the existing Group will be used
• group: CustomPermissionGroup
| KnownPermissionGroup
| TransactionsParams
| TxGroupParams
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