@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.
@@ -13258,6 +13258,9 @@ class Rpc extends Connection {
13258
13258
  }
13259
13259
  return res.result;
13260
13260
  }
13261
+ /**
13262
+ * Fetch all the compressed token holders for a given mint. Paginated.
13263
+ */
13261
13264
  async getCompressedMintTokenHolders(mint, options) {
13262
13265
  const unsafeRes = await rpcRequest(this.compressionApiEndpoint, 'getCompressedMintTokenHolders', {
13263
13266
  mint: mint.toBase58(),