Skip to content

api.entities.Portfolio.types.PortfolioCollection

prashantasdeveloper edited this page Oct 31, 2024 · 28 revisions

Interface: PortfolioCollection

api/entities/Portfolio/types.PortfolioCollection

Table of contents

Properties

Properties

collection

collection: NftCollection

Defined in

api/entities/Portfolio/types.ts:12


free

free: Nft[]

NFTs available for transferring

Defined in

api/entities/Portfolio/types.ts:16


locked

locked: Nft[]

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

Defined in

api/entities/Portfolio/types.ts:20


total

total: BigNumber

Total number of NFTs held for a collection

Defined in

api/entities/Portfolio/types.ts:24

Clone this wiki locally