Skip to main content
Version: v30.0.x

Interface: RedeemTokensParams

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

Properties

amount

amount: BigNumber

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

amount of Asset tokens to be redeemed


from?

optional from?: BigNumber | DefaultPortfolio | NumberedPortfolio

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

portfolio (or portfolio ID) from which Assets will be redeemed (optional, defaults to the default Portfolio)

Note

either from or fromAccount must be provided


fromAccount?

optional fromAccount?: string | Account

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

(optional) Account from which Assets will be redeemed

Note

either from or fromAccount must be provided. fromAccount takes precedence over from