Skip to content

Commit

Permalink
mark fn deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen committed Jun 25, 2024
1 parent e325a49 commit 1938e6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/stateless.js/src/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -863,9 +863,11 @@ export class Rpc extends Connection implements CompressionApiInterface {
}

/**
* @deprecated This method is currently not available. Please use
* {@link getSignaturesForCompressedAccount} instead.
*
* Returns confirmed signatures for transactions involving the specified
* address forward in time from genesis to the most recent confirmed
* block
* address forward in time from genesis to the most recent confirmed block
*
* @param address queried compressed account address
*/
Expand Down

0 comments on commit 1938e6b

Please sign in to comment.