Readonly
model: "nftEdition"Readonly
isWhether or not this is an original edition.
This field helps distinguish between the NftOriginalEdition
and the NftPrintEdition
models.
Readonly
address: PublicKeyThe address of the edition account.
Readonly
supply: BigNumberThe current supply of printed editions.
Readonly
maxThe maximum supply of printed editions.
When this is null
, an unlimited amount of editions
can be printed from the original edition.
Generated using TypeDoc
A model identifier to distinguish models in the SDK.