Arguments for the AssignStoRole Procedure
AssignStoRoleProcedureArgs
assign
delegateAddress
description
role
stoAddress
symbol
• assign: boolean
Defined in src/types/index.ts:923arrow-up-right
whether to assign or revoke the role
• delegateAddress: string
Defined in src/types/index.ts:914arrow-up-right
wallet address of the delegate
Optional
• description? : undefined | string
Defined in src/types/index.ts:927arrow-up-right
description of the delegate (i.e. "company lawyer")
• role: StoRole
Defined in src/types/index.ts:919arrow-up-right
role to assign/revoke to/from the delegate
• stoAddress: string
Defined in src/types/index.ts:915arrow-up-right
• symbol: string
Defined in src/types/index.ts:910arrow-up-right
symbol of the Security Token
Last updated 5 years ago
Was this helpful?