Body
A MempoolTransactionRequest is utilized to retrieve a transaction from the mempool.
The network_identifier specifies which network a particular object is associated with.
The transaction_identifier uniquely identifies a transaction in a particular network and block or in the mempool.
Response
Expected response to a valid request
A MempoolTransactionResponse contains an estimate of a mempool transaction. It may not be possible to know the full impact of a transaction in the mempool (ex: fee paid).
Transactions contain an array of Operations that are attributable to the same TransactionIdentifier.
{
"descendant_fees": 123923,
"ancestor_count": 2
}