SetPermissionGroupParams
This procedure can be called with:
A Security Token's existing Custom Permission Group. The Identity will be assigned as an Agent of that Group for that Token
A Known Permission Group and a Security Token. The Identity will be assigned as an Agent of that Group for that Token
A set of Transaction Permissions and a Security Token. A Custom Permission Group will be created for that Token with those permissions, and
the Identity will be assigned as an Agent of that Group for that Token
An array of TxGroups that represent a set of 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 Token
Hierarchy
SetPermissionGroupParams
Index
Properties
Properties
group
• group: KnownPermissionGroup | CustomPermissionGroup | TransactionsParams | TxGroupParams
Defined in src/api/procedures/setPermissionGroup.ts:48
Last updated