CreateSecurityTokenProcedureArgs

Arguments for the CreateSecurityToken Procedure

Hierarchy

  • CreateSecurityTokenProcedureArgs

Index

Properties

Properties

Optional detailsUrl

detailsUrl? : undefined | string

Defined in src/types/index.ts:407

url where Security Token details can be found

divisible

divisible: boolean

Defined in src/types/index.ts:411

whether or not the Security Token is divisible

name

name: string

Defined in src/types/index.ts:399

name of the Security Token

symbol

symbol: string

Defined in src/types/index.ts:403

symbol of the Security Token

Optional treasuryWallet

treasuryWallet? : undefined | string

Defined in src/types/index.ts:415

the Treasury Wallet address

Last updated