Closed tkiapril closed 1 year ago
Using stagedTransactions endpoint, show details of txs staged but not yet in blocks.
stagedTransactions
Invalid: GQL transaction query internally calls BlockChain<T>.GetTransactions(), which already retrieves staged transactions. Thus, staged transactions can already be viewed with their ID.
transaction
BlockChain<T>.GetTransactions()
Using
stagedTransactions
endpoint, show details of txs staged but not yet in blocks.