Skip to main content
Version: 24.6.x

Interface: NftControllerTransferParams

api/procedures/types.NftControllerTransferParams

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


nfts

nfts: (BigNumber | Nft)[]

The NFTs to transfer

Defined in

api/procedures/types.ts:996


originPortfolio

originPortfolio: PortfolioLike

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

Defined in

api/procedures/types.ts:992