Interface: RedeemTokensParams
Defined in: src/api/procedures/types.ts:1396
Properties
amount
amount:
BigNumber
Defined in: src/api/procedures/types.ts:1400
amount of Asset tokens to be redeemed
from?
optionalfrom?:BigNumber|DefaultPortfolio|NumberedPortfolio
Defined in: src/api/procedures/types.ts:1406
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:1413
(optional) Account from which Assets will be redeemed
Note
either from or fromAccount must be provided. fromAccount takes precedence over from