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?
optionalfrom?: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?
optionalfromAccount?: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