• Helper function to fetch multiple assets and derive plugins from their collections if applicable.

    Returns

    Promise of a list of AssetV1

    Parameters

    • umi: Context

      Context

    • assets: (string | PublicKey<string>)[]

      Array of asset addresses to fetch

    • options: {
          chunkSize?: number;
          skipDerivePlugins?: boolean;
      } & RpcBaseOptions & {
          dataSlice?: RpcDataSlice;
      } = {}

      Options, skipDerivePlugins plugins from collection is false by default; chunksize how many assets to fetch in a single rpc call.

    Returns Promise<AssetV1[]>

Generated using TypeDoc