-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
We can create new endpoint to fetch unconfirmed tx by hash.
Alternatives Considered
Add filtering to RequestUnconfirmedTxsby Tx hash:
type RequestUnconfirmedTxs struct {
Page *Int64 `json:"page"`
PerPage *Int64 `json:"per_page"`
TxHash *bytes.HexBytes `json:"tx_hash"`
}
Additional Context
Required for dashpay/platform#2261
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done