planetarium / libplanet-explorer-frontend

Libplanet Explorer Frontend
https://explorer.libplanet.io/
MIT License
16 stars 27 forks source link

Show staged transactions #194

Closed tkiapril closed 1 year ago

tkiapril commented 1 year ago

Using stagedTransactions endpoint, show details of txs staged but not yet in blocks.

tkiapril commented 1 year ago

Invalid: GQL transaction query internally calls BlockChain<T>.GetTransactions(), which already retrieves staged transactions. Thus, staged transactions can already be viewed with their ID.