starknet_getTransactionStatus
Gets the transaction status (possibly reflecting that the tx is still in the mempool, or dropped from it)
Parameters:
Transaction hash - string, The transaction hash, as assigned in StarkNet
Returns:
Transaction finality status and execution status
Example:
Last updated