Description
#2133 introduced the mempool API containing the TransactionStatus
resource. One of its variants is TransactionStatus::Executed
, which contains the height at which the transaction was included. It would be good to also include the TxResults
with this response.