Interface: RedeemNftParams
Defined in: src/api/procedures/types.ts:1357
Properties
from?
optionalfrom?: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?
optionalfromAccount?: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