We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to check if one particular tx is still in a mempool
We can only retrieve all txs in mempool (paginated)
Add filtering by Tx hash:
type RequestUnconfirmedTxs struct { Page *Int64 `json:"page"` PerPage *Int64 `json:"per_page"` TxHash *bytes.HexBytes `json:"tx_hash"` }
We can create new endpoint, but we don't see any need for it.
Required for dashpay/platform#2261
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
We want to check if one particular tx is still in a mempool
Current Behavior
We can only retrieve all txs in mempool (paginated)
Possible Solution
Add filtering by Tx hash:
Alternatives Considered
We can create new endpoint, but we don't see any need for it.
Additional Context
Required for dashpay/platform#2261
The text was updated successfully, but these errors were encountered: