MoveFundsParams
Hierarchy
MoveFundsParams
Index
Properties
Properties
items
• items: PortfolioMovement[]
Defined in src/api/procedures/moveFunds.ts:21
list of tokens (and their corresponding amounts) that will be moved
Optional
to
Optional
to• to? : BigNumber | DefaultPortfolio | NumberedPortfolio
Defined in src/api/procedures/moveFunds.ts:17
portfolio (or portfolio ID) that will receive the funds. Optional, if no value is passed, the funds will be moved to the default Portfolio of this Portfolio's owner
Last updated