Skip to content

api.procedures.types.MoveFundsParams

prashantasdeveloper edited this page May 1, 2025 · 82 revisions

Interface: MoveFundsParams

api/procedures/types.MoveFundsParams

Table of contents

Properties

Properties

items

items: PortfolioMovement[]

list of Assets (and the corresponding token amounts) that will be moved

Defined in

api/procedures/types.ts:1661


to

Optional to: BigNumber | NumberedPortfolio | DefaultPortfolio

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

Defined in

api/procedures/types.ts:1657

Clone this wiki locally