Skip to main content
Version: v30.0.x

Interface: IssueTokensParams

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

Properties

account?

optional account?: 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?

optional portfolioId?: BigNumber

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

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