is Pending Transaction
Checks if a transaction is currently in a pending state.
Usage
val hash = HexInput.fromString("0x...")
val isPending = aptos.isPendingTransaction(hash)
println("Is the transaction pending? $isPending")Content copied to clipboard
Return
true if the transaction is pending, false otherwise.
Parameters
transaction Hash
The hash of the transaction.