# CreateSecurityTokenParams

## Hierarchy

* **CreateSecurityTokenParams**

## Index

### Properties

* [documents](#optional-documents)
* [fundingRound](#optional-fundinground)
* [isDivisible](#isdivisible)
* [name](#name)
* [tokenIdentifiers](#optional-tokenidentifiers)
* [tokenType](#tokentype)
* [totalSupply](#optional-totalsupply)

## Properties

### `Optional` documents

• **documents**? : [*TokenDocument*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v7/interfaces/tokendocument)*\[]*

*Defined in* [*src/api/procedures/createSecurityToken.ts:49*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/api/procedures/createSecurityToken.ts#L49)

### `Optional` fundingRound

• **fundingRound**? : *undefined | string*

*Defined in* [*src/api/procedures/createSecurityToken.ts:48*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/api/procedures/createSecurityToken.ts#L48)

(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*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/api/procedures/createSecurityToken.ts#L36)

whether a single token can be divided into decimal parts

### name

• **name**: *string*

*Defined in* [*src/api/procedures/createSecurityToken.ts:28*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/api/procedures/createSecurityToken.ts#L28)

### `Optional` tokenIdentifiers

• **tokenIdentifiers**? : [*TokenIdentifier*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v7/interfaces/tokenidentifier)*\[]*

*Defined in* [*src/api/procedures/createSecurityToken.ts:44*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/api/procedures/createSecurityToken.ts#L44)

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

### tokenType

• **tokenType**: [*TokenType*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v7/globals#tokentype)

*Defined in* [*src/api/procedures/createSecurityToken.ts:40*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/api/procedures/createSecurityToken.ts#L40)

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

### `Optional` totalSupply

• **totalSupply**? : *BigNumber*

*Defined in* [*src/api/procedures/createSecurityToken.ts:32*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/api/procedures/createSecurityToken.ts#L32)

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