Helius SDK - v2.2.2
    Preparing search index...

    Interface Editions

    A single print edition of an NFT master edition.

    interface Editions {
        burnt?: boolean;
        edition?: number;
        edition_address?: string;
        mint?: string;
    }
    Index

    Properties

    burnt?: boolean

    Whether this edition has been burnt.

    edition?: number

    The sequential edition number in the print series.

    edition_address?: string

    The on-chain address of this edition account.

    mint?: string

    The unique mint address of this individual edition.