is_tx_version_valid
If the transaction is a simulation (version >= QUERY_OFFSET), it must be
greater than or equal to QUERY_OFFSET + MIN_TRANSACTION_VERSION to be considered valid.
Otherwise, it must be greater than or equal to MIN_TRANSACTION_VERSION.
Fully qualified path: openzeppelin_account::utils::is_tx_version_valid
pub fn is_tx_version_valid() -> bool