api.procedures.types.NftControllerTransferParams - PolymeshAssociation/polymesh-sdk GitHub Wiki

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