Interface: CreateAssetParams
api/procedures/types.CreateAssetParams
Hierarchy
-
CreateAssetParams
Properties
assetType
• assetType: string
| BigNumber
type of security that the Asset represents (e.g. Equity, Debt, Commodity). 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 if using a custom type, it can be provided as a string (representing name) or a BigNumber (representing the custom type ID)
Defined in
documents
• Optional
documents: AssetDocument
[]