AssignStoRoleProcedureArgs

Arguments for the AssignStoRole Procedure

Hierarchy

  • AssignStoRoleProcedureArgs

Index

Properties

Properties

assign

assign: boolean

Defined in src/types/index.ts:923

whether to assign or revoke the role

delegateAddress

delegateAddress: string

Defined in src/types/index.ts:914

wallet address of the delegate

Optional description

description? : undefined | string

Defined in src/types/index.ts:927

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

role

role: StoRole

Defined in src/types/index.ts:919

role to assign/revoke to/from the delegate

stoAddress

stoAddress: string

Defined in src/types/index.ts:915

symbol

symbol: string

Defined in src/types/index.ts:910

symbol of the Security Token

Last updated