is Pending Transaction
Defines if specified transaction is currently in pending state
To create a transaction hash:
Create a hash message from the bytes: "Aptos::Transaction" bytes + the BCS-serialized Transaction bytes.
Apply hash algorithm SHA3-256 to the hash message bytes.
Hex-encode the hash bytes with 0x prefix.
Parameters
transaction Hash
A hash of transaction