AssignStoRoleProcedureArgs

Arguments for the AssignStoRole Procedure

Hierarchy

  • AssignStoRoleProcedureArgs

Index

Properties

Properties

assign

assign: boolean

Defined in src/types/index.ts:923arrow-up-right

whether to assign or revoke the role

delegateAddress

delegateAddress: string

Defined in src/types/index.ts:914arrow-up-right

wallet address of the delegate

Optional description

description? : undefined | string

Defined in src/types/index.ts:927arrow-up-right

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

role

role: StoRole

Defined in src/types/index.ts:919arrow-up-right

role to assign/revoke to/from the delegate

stoAddress

stoAddress: string

Defined in src/types/index.ts:915arrow-up-right

symbol

symbol: string

Defined in src/types/index.ts:910arrow-up-right

symbol of the Security Token

Last updated

Was this helpful?