blockfrost / blockfrost-websocket-link

WebSocket link for Blockfrost.io API.
Apache License 2.0
8 stars 3 forks source link

Mempool txs in GET_TRANSACTION and GET_ACCOUNT_INFO #255

Open slowbackspace opened 2 weeks ago

slowbackspace commented 2 weeks ago

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:

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.

slowbackspace commented 2 weeks ago

Ohh putting this feature request on hold as this is actually not something that is doable today as RYO still lack support for the mempool endpoint.