Skip to content

api.procedures.types.NftControllerTransferParams

prashantasdeveloper edited this page Oct 31, 2024 · 20 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:1134


nfts

nfts: (BigNumber | Nft)[]

The NFTs to transfer

Defined in

api/procedures/types.ts:1129


originPortfolio

originPortfolio: PortfolioLike

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

Defined in

api/procedures/types.ts:1125

Clone this wiki locally