CreateSecurityTokenParams

Hierarchy

  • CreateSecurityTokenParams

Index

Properties

Properties

Optional documents

• documents? : TokenDocument[]

Defined in src/api/procedures/createSecurityToken.ts:49

Optional fundingRound

• fundingRound? : undefined | string

Defined in src/api/procedures/createSecurityToken.ts:48

(optional) funding round in which the token currently is (Series A, Series B, etc)

isDivisible

• isDivisible: boolean

Defined in src/api/procedures/createSecurityToken.ts:36

whether a single token can be divided into decimal parts

name

• name: string

Defined in src/api/procedures/createSecurityToken.ts:28

Optional tokenIdentifiers

• tokenIdentifiers? : TokenIdentifier[]

Defined in src/api/procedures/createSecurityToken.ts:44

array of domestic or international alphanumeric security identifiers for the token (ISIN, CUSIP, etc)

tokenType

Defined in src/api/procedures/createSecurityToken.ts:40

type of security that the token represents (i.e. Equity, Debt, Commodity, etc)

totalSupply

• totalSupply: BigNumber

Defined in src/api/procedures/createSecurityToken.ts:32

amount of tokens that will be minted on creation

Last updated

Was this helpful?