Skip to content

api.procedures.types.NftControllerTransferParams

prashantasdeveloper edited this page Sep 19, 2024 · 42 revisions

Interface: NftControllerTransferParams

api/procedures/types.NftControllerTransferParams

Table of contents

Properties

Properties

destinationPortfolio

Optional destinationPortfolio: PortfolioLike

Optional portfolio (or portfolio ID) to which NFTs will be transferred to. Defaults to default. If specified it must be one of the callers own portfolios

Defined in

api/procedures/types.ts:1117


nfts

nfts: (BigNumber | Nft)[]

The NFTs to transfer

Defined in

api/procedures/types.ts:1112


originPortfolio

originPortfolio: PortfolioLike

portfolio (or portfolio ID) from which NFTs will be transferred from

Defined in

api/procedures/types.ts:1108

Clone this wiki locally