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

    Interface GetNftEditionsResponse

    Response from getNftEditions.

    interface GetNftEditionsResponse {
        editions?: Editions[];
        last_indexed_slot?: number;
        limit?: number;
        master_edition_address?: string;
        max_supply?: number;
        page?: number;
        supply?: number;
        total?: number;
    }
    Index

    Properties

    editions?: Editions[]

    The individual print editions minted from this master.

    last_indexed_slot?: number

    All on-chain data up to and including this slot is guaranteed to have been indexed.

    limit?: number

    The maximum number of editions requested.

    master_edition_address?: string

    The on-chain address of the master edition account.

    max_supply?: number

    Maximum number of print editions that can be minted from this master (0 = unlimited).

    page?: number

    The current page of results.

    supply?: number

    Current number of print editions minted from this master.

    total?: number

    The total number of print editions minted from this master.