Skip to main content
Version: 24.2.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:990


nfts

nfts: (BigNumber | Nft)[]

The NFTs to transfer

Defined in

api/procedures/types.ts:985


originPortfolio

originPortfolio: PortfolioLike

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

Defined in

api/procedures/types.ts:981