• Helper function to fetch assets by collection using GPA. For more filters, use the getAssetV1GpaBuilder directly. For faster performance or more flexible queries, use DAS with mpl-core-das package.

    Returns

    Promise of a list of AssetV1

    Parameters

    • umi: Context

      Context

    • collection: string | PublicKey<string>

      Assets that belong to this collection

    • options: {
          skipDerivePlugins?: boolean;
      } = {}

      Options, skipDerivePlugins plugins from collection is false by default

      • Optional skipDerivePlugins?: boolean

    Returns Promise<AssetV1[]>

Generated using TypeDoc