-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
BLOCKEDBlocked by another issueBlocked by another issueenhancementNew feature or requestNew feature or request
Description
Blockfrost has API for retrieving txs that are not yet on chain, but are stored in mempool https://docs.blockfrost.io/#tag/cardano--mempool
Let's include these transactions into:
GET_ACCOUNT_INFO(fordetails="txs"anddetails="txids")- To keep backwards compatibility let's introduce it behind new optional parameter
includeMempoolTxs: boolean - the txs themselves (variant with
details="txs") should contain an additional field,mempool: boolean, to indicate whether the transaction is in the mempool
- To keep backwards compatibility let's introduce it behind new optional parameter
GET_TRANSACTION- same parameter
includeMempoolTxs: booleanas above - add info into the tx payload (
mempool: boolean) so the client can easily distinct if the tx is in mempool or not, without needing to compare the results with the variant withoutincludeMempoolTxsparam
- same parameter
In both cases the base format of the mempool tx must be the same as the format for on-chain tx. Mempool tx object may contain additional props.
Metadata
Metadata
Assignees
Labels
BLOCKEDBlocked by another issueBlocked by another issueenhancementNew feature or requestNew feature or request