toncenter-js
    Preparing search index...

    Variable nftCollectionConst

    nftCollection: ZodObject<
        {
            address: ZodString;
            code_hash: ZodString;
            collection_content: ZodAny;
            data_hash: ZodString;
            last_transaction_lt: ZodString;
            next_item_index: ZodString;
            owner_address: ZodNullable<ZodString>;
        },
        $strip,
    > = ...