Skip to main content
Version: 23.0.x

Interface: PortfolioCollection

api/entities/Portfolio/types.PortfolioCollection

Properties

collection

collection: NftCollection

Defined in

api/entities/Portfolio/types.ts:13


free

free: Nft[]

NFTs available for transferring

Defined in

api/entities/Portfolio/types.ts:17


locked

locked: Nft[]

NFTs that are locked, such as being involved in a pending instruction

Defined in

api/entities/Portfolio/types.ts:21


total

total: BigNumber

Total number of NFTs held for a collection

Defined in

api/entities/Portfolio/types.ts:25