Skip to content

api.procedures.types.MoveFundsParams

prashantasdeveloper edited this page Sep 11, 2024 · 59 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:1093


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:1089

Clone this wiki locally