Skip to main content
Version: 31.0.x

Interface: RedeemTokensParams

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

Properties

amount

amount: BigNumber

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

amount of Asset tokens to be redeemed


from?

optional from?: BigNumber | DefaultPortfolio | NumberedPortfolio

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

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:1354

(optional) Account from which Assets will be redeemed

Note

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