aptos/src/provider/methods/transaction/get_transaction_by_hash
library
Classes
-
AptosRequestGetTransactionByHash
-
Look up a transaction by its hash. This is the same hash that is returnedby
the API when submitting a transaction (see PendingTransaction).
When given a transaction hash, the server first looks for the transactionin storage (on-chain, committed).
If no on-chain transaction is found, itlooks the transaction up by hash in the mempool
(pending, not yet committed).To create a transaction hash by yourself, do the following: