CreateSecurityTokenParams

Hierarchy

  • CreateSecurityTokenParams

Index

Properties

Properties

Optional documents

documents? : TokenDocument[]

Defined in src/api/procedures/createSecurityToken.ts:66arrow-up-right

Optional fundingRound

fundingRound? : undefined | string

Defined in src/api/procedures/createSecurityToken.ts:65arrow-up-right

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

isDivisible

isDivisible: boolean

Defined in src/api/procedures/createSecurityToken.ts:51arrow-up-right

whether a single token can be divided into decimal parts

name

name: string

Defined in src/api/procedures/createSecurityToken.ts:43arrow-up-right

Optional requireInvestorUniqueness

requireInvestorUniqueness? : undefined | false | true

Defined in src/api/procedures/createSecurityToken.ts:71arrow-up-right

whether this asset requires investors to have a Investor Uniqueness Claim in order to hold it. Optional, defaults to true. More information about Investor Uniqueness and PUIS herearrow-up-right

Optional tokenIdentifiers

tokenIdentifiers? : TokenIdentifier[]

Defined in src/api/procedures/createSecurityToken.ts:61arrow-up-right

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

tokenType

tokenType: string

Defined in src/api/procedures/createSecurityToken.ts:57arrow-up-right

type of security that the token represents (i.e. Equity, Debt, Commodity, etc). Common values are included in the KnownTokenType enum, but custom values can be used as well. Custom values must be registered on-chain the first time they're used, requiring an additional transaction. They aren't tied to a specific Security Token

Optional totalSupply

totalSupply? : BigNumber

Defined in src/api/procedures/createSecurityToken.ts:47arrow-up-right

amount of tokens that will be minted on creation (optional, default doesn't mint)

Last updated

Was this helpful?