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
parent: PublicKeyThe address of the original edition account this was printed from.
Readonly
number: BigNumberThe number of this printed edition.
For instance, 1
means this was the very first edition printed
from the original edition. This is a key difference between
printed editions and SFTs as SFTs do not keep track of any
ordering.
Generated using TypeDoc
A model identifier to distinguish models in the SDK.