• Helper function to fetch assets by owner 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

    • owner: string | PublicKey<string> | Signer

      Owner of the assets

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

      Options, skipDerivePlugins plugins from collection is false by default

      • Optional skipDerivePlugins?: boolean

    Returns Promise<AssetV1[]>

Generated using TypeDoc