[Transaction] klay_getTransactionBySenderTxHash
Returns the information about a transaction requested by sender transaction hash. This API works only on RPC call, not on JavaScript console. Please note that this API returns correct result only if indexing feature is enabled by --sendertxhashindexing. This can be checked by call klay_isSenderTxHashIndexingEnabled.
JSONRPC: klay_getTransactionBySenderTxHash
Request
Responses
- 200
Returns information about a transaction by block number and transaction index position.