get Transaction By Hash
open suspend override fun getTransactionByHash(transactionHash: String): Option<TransactionResponse>
Queries on-chain transaction by transaction hash. This function will return pending transactions.
Parameters
transaction Hash
Transaction hash should be hex-encoded bytes string with 0x prefix.