# MoveFundsParams

## Hierarchy

* **MoveFundsParams**

## Index

### Properties

* [items](#items)
* [to](#optional-to)

## Properties

### items

• **items**: [*PortfolioMovement*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/interfaces/portfoliomovement)*\[]*

*Defined in* [*src/api/procedures/moveFunds.ts:21*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/api/procedures/moveFunds.ts#L21)

list of tokens (and their corresponding amounts) that will be moved

### `Optional` to

• **to**? : *BigNumber |* [*DefaultPortfolio*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/classes/defaultportfolio) *|* [*NumberedPortfolio*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/classes/numberedportfolio)

*Defined in* [*src/api/procedures/moveFunds.ts:17*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/api/procedures/moveFunds.ts#L17)

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
