Skip to main content
Version: 31.0.x

Interface: RedeemNftParams

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

Properties​

from?​

optional from?: BigNumber | DefaultPortfolio | NumberedPortfolio

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

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

(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