Interface: IssueTokensParams
Defined in: src/api/procedures/types.ts:837
Properties
account?
optionalaccount?:string
Defined in: src/api/procedures/types.ts:852
(optional) Account to which the Asset tokens will be issued
Note
only one of portfolioId or account can be provided. If both are not provided, assets are issued in default portfolio
amount
amount:
BigNumber
Defined in: src/api/procedures/types.ts:841
amount of Asset tokens to be issued
portfolioId?
optionalportfolioId?:BigNumber
Defined in: src/api/procedures/types.ts:845
portfolio to which the Asset tokens will be issued (optional, default is the default portfolio)