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

    Interface Grouping

    A group (e.g. collection) that an asset belongs to.

    interface Grouping {
        collection_metadata?: CollectionMetadata;
        group_key: string;
        group_value: string;
        verified?: boolean;
    }
    Index

    Properties

    collection_metadata?: CollectionMetadata

    Optional collection-level metadata.

    group_key: string

    Group type key (e.g. "collection").

    group_value: string

    Group identifier value (e.g. collection mint address).

    verified?: boolean

    Whether the grouping has been verified on-chain.