Arguments for the AssignSecurityTokenRole Procedure
AssignSecurityTokenRoleProcedureArgs
assign
delegateAddress
description
role
symbol
• assign: boolean
Defined in src/types/index.ts:896arrow-up-right
whether to assign or revoke the role
• delegateAddress: string
Defined in src/types/index.ts:888arrow-up-right
wallet address of the delegate
• description: string
Defined in src/types/index.ts:900arrow-up-right
description of the delegate (i.e. "company accountant")
• role: SecurityTokenRole
Defined in src/types/index.ts:892arrow-up-right
role to assign/revoke to/from the delegate
• symbol: string
Defined in src/types/index.ts:884arrow-up-right
the symbol of the Security Token
Last updated 5 years ago
Was this helpful?