Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api-docs: add RPC calls for pagination. #180

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

nodech
Copy link
Contributor

@nodech nodech commented Jan 10, 2025

From the changelog:

Wallet RPC

The following new methods have been added:

  • listhistory - List history with a limit and in reverse order.
  • listhistoryafter - List history after a txid (subsequent pages).
  • listhistorybytime - List history by giving a timestamp in epoch seconds
    (block median time past).
  • listunconfirmed - List unconfirmed transactions with a limit and in
    reverse order.
  • listunconfirmedafter - List unconfirmed transactions after a txid
    (subsequent pages).
  • listunconfirmedbytime - List unconfirmed transactions by time they
    where added.

The following methods have been deprecated:

  • listtransactions - Use listhistory and the related methods and the
    after argument for results that do not shift when new blocks arrive.

@nodech nodech merged commit b8611a6 into handshake-org:master Jan 10, 2025
1 check passed
@nodech nodech deleted the rpc-v7 branch January 10, 2025 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant