Interface: NftControllerTransferParams
Defined in: src/api/procedures/types.ts:1295
Properties
destination?
optionaldestination?:AssetHolderLike
Defined in: src/api/procedures/types.ts:1317
(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
Note
this takes precedence over destinationPortfolio
destinationPortfolio?
optionaldestinationPortfolio?:PortfolioLike
Defined in: src/api/procedures/types.ts:1310
Optional portfolio (or portfolio ID) to which NFTs will be transferred to. Defaults to default portfolio. If specified it must be one of the callers own portfolios
Deprecated
in favour of destination. If both are passed destination will take precedence
nfts
nfts: (
BigNumber|Nft)[]
Defined in: src/api/procedures/types.ts:1303
The NFTs to transfer
originPortfolio
originPortfolio:
PortfolioLike
Defined in: src/api/procedures/types.ts:1299
portfolio (or portfolio ID) from which NFTs will be transferred from