AssignSecurityTokenRoleProcedureArgs

Arguments for the AssignSecurityTokenRole Procedure

Hierarchy

  • AssignSecurityTokenRoleProcedureArgs

Index

Properties

Properties

assign

assign: boolean

Defined in src/types/index.ts:896

whether to assign or revoke the role

delegateAddress

delegateAddress: string

Defined in src/types/index.ts:888

wallet address of the delegate

description

description: string

Defined in src/types/index.ts:900

description of the delegate (i.e. "company accountant")

role

role: SecurityTokenRole

Defined in src/types/index.ts:892

role to assign/revoke to/from the delegate

symbol

symbol: string

Defined in src/types/index.ts:884

the symbol of the Security Token

Last updated