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