api_procedures_createAsset.CreateAssetWithTickerParams
@polymeshassociation/polymesh-sdk / Modules / api/procedures/createAsset / CreateAssetWithTickerParams
Interface: CreateAssetWithTickerParams
api/procedures/createAsset.CreateAssetWithTickerParams
Hierarchy
↳
CreateAssetWithTickerParams
Table of contents
Properties
Properties
assetType
• assetType: string
type of security that the Asset represents (i.e. Equity, Debt, Commodity, etc). Common values are included in the KnownAssetType 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 Asset
Inherited from
Defined in
api/procedures/createAsset.ts:45
documents
• Optional
documents: AssetDocument
[]
Inherited from
Defined in
api/procedures/createAsset.ts:54
fundingRound
• Optional
fundingRound: string
(optional) funding round in which the Asset currently is (Series A, Series B, etc)
Inherited from
CreateAssetParams.fundingRound
Defined in
api/procedures/createAsset.ts:53
initialSupply
• Optional
initialSupply: BigNumber
amount of Asset tokens that will be minted on creation (optional, default doesn't mint)
Inherited from
CreateAssetParams.initialSupply
Defined in
api/procedures/createAsset.ts:35
isDivisible
• isDivisible: boolean
whether a single Asset token can be divided into decimal parts
Inherited from
Defined in
api/procedures/createAsset.ts:39
name
• name: string
Inherited from
Defined in
api/procedures/createAsset.ts:31
requireInvestorUniqueness
• requireInvestorUniqueness: boolean
whether this asset requires investors to have a Investor Uniqueness Claim in order to hold it. More information about Investor Uniqueness and PUIS here
Inherited from
CreateAssetParams.requireInvestorUniqueness
Defined in
api/procedures/createAsset.ts:59
securityIdentifiers
• Optional
securityIdentifiers: SecurityIdentifier
[]
array of domestic or international alphanumeric security identifiers for the Asset (ISIN, CUSIP, FIGI, etc)
Inherited from
CreateAssetParams.securityIdentifiers
Defined in
api/procedures/createAsset.ts:49
ticker
• ticker: string
Defined in
Last updated