@lightprotocol/stateless.js 0.15.0 → 0.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1723,6 +1723,9 @@ declare class Rpc extends Connection implements CompressionApiInterface {
1723
1723
  * Fetch the current slot that the node is processing
1724
1724
  */
1725
1725
  getIndexerSlot(): Promise<number>;
1726
+ /**
1727
+ * Fetch all the compressed token holders for a given mint. Paginated.
1728
+ */
1726
1729
  getCompressedMintTokenHolders(mint: PublicKey, options?: PaginatedOptions): Promise<WithContext<WithCursor<CompressedMintTokenHolders[]>>>;
1727
1730
  /**
1728
1731
  * Fetch the latest compression signatures on the cluster. Results are
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightprotocol/stateless.js",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "JavaScript API for Light and ZK Compression",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/node/index.cjs",