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

?returnUnconfirmed=1 flag for transactions #96

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

yoxira
Copy link
Member

@yoxira yoxira commented Jan 4, 2025

:shipit: Trello task

Endpoints:

  • /chats/get
  • /states/get
  • /chatrooms
  • /transactions

Filters:

Note

As unconfirmed transactions have not yet been included in the blockchain, no unconfirmed transactions will be returned when blockId, fromHeight or toHeight is used.

  • blockId (Not present in unconfirmed transactions)
  • fromHeight (Not present in unconfirmed transactions)
  • toHeight (Not present in unconfirmed transactions)
  • minAmount
  • maxAmount
  • senderId
  • senderIds
  • senderPublicKey
  • senderPublicKeys
  • recipientId
  • recipientIds
  • recipientPublicKey
  • recipientPublicKeys
  • inId
  • isIn
  • type
  • types
  • key
  • keyIds

Options:

  • limit
  • offset
  • orderBy
  • returnAsset
  • withoutDirectTransfers

@yoxira yoxira changed the title Feat/unconfirmed transactions ?returnUnconfirmed=1 flag for transactions Jan 4, 2025
@yoxira yoxira added the feature label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant