Skip to main content
Version: 31.0.x

Interface: IssueTokensParams

Defined in: src/api/procedures/types.ts:830

Properties​

account?​

optional account?: string

Defined in: src/api/procedures/types.ts:845

(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:834

amount of Asset tokens to be issued


portfolioId?​

optional portfolioId?: BigNumber

Defined in: src/api/procedures/types.ts:838

portfolio to which the Asset tokens will be issued (optional, default is the default portfolio)