Skip to main content
Version: v30.0.x

Interface: RedeemNftParams

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

Properties

from?

optional from?: BigNumber | DefaultPortfolio | NumberedPortfolio

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

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

(optional) Account from which Assets will be redeemed

Note

only one of from or fromAccount can be provided. If none are provided, defaults to the default Portfolio