CreateSecurityTokenParams
Last updated
Was this helpful?
Last updated
Was this helpful?
CreateSecurityTokenParams
Optional
documentsOptional
fundingRound• fundingRound? : undefined | string
(optional) funding round in which the token currently is (Series A, Series B, etc)
• isDivisible: boolean
whether a single token can be divided into decimal parts
• name: string
Optional
requireInvestorUniqueness• requireInvestorUniqueness? : undefined | false | true
Optional
tokenIdentifiersarray of domestic or international alphanumeric security identifiers for the token (ISIN, CUSIP, etc)
• tokenType: string
Optional
totalSupply• totalSupply? : BigNumber
amount of tokens that will be minted on creation (optional, default doesn't mint)
• documents? : []
Defined in
Defined in
Defined in
Defined in
Defined in
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
• tokenIdentifiers? : []
Defined in
Defined in
type of security that the token represents (i.e. Equity, Debt, Commodity, etc). Common values are included in the 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
Defined in