Skip to main content
Version: 31.0.x

Interface: NftControllerTransferParams

Defined in: src/api/procedures/types.ts:1256

Properties

destination?

optional destination?: AssetHolderLike

Defined in: src/api/procedures/types.ts:1269

(optional) portfolio (or portfolio ID) or account to which Assets will be transferred to. Defaults to default portfolio. If specified it must be one of the callers own portfolios or accounts


nfts

nfts: (BigNumber | Nft)[]

Defined in: src/api/procedures/types.ts:1264

The NFTs to transfer


originPortfolio

originPortfolio: PortfolioLike

Defined in: src/api/procedures/types.ts:1260

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