-
Notifications
You must be signed in to change notification settings - Fork 11
api.procedures.createAsset.CreateAssetParams
api/procedures/createAsset.CreateAssetParams
-
CreateAssetParams
- assetType
- documents
- fundingRound
- initialSupply
- isDivisible
- name
- requireInvestorUniqueness
- securityIdentifiers
• 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
api/procedures/createAsset.ts:45
• Optional
documents: AssetDocument
[]
api/procedures/createAsset.ts:54
• Optional
fundingRound: string
(optional) funding round in which the Asset currently is (Series A, Series B, etc)
api/procedures/createAsset.ts:53
• Optional
initialSupply: BigNumber
amount of Asset tokens that will be minted on creation (optional, default doesn't mint)
api/procedures/createAsset.ts:35
• isDivisible: boolean
whether a single Asset token can be divided into decimal parts
api/procedures/createAsset.ts:39
• name: string
api/procedures/createAsset.ts:31
• 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
api/procedures/createAsset.ts:59
• Optional
securityIdentifiers: SecurityIdentifier
[]
array of domestic or international alphanumeric security identifiers for the Asset (ISIN, CUSIP, FIGI, etc)
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types