pub fn validate_account_nonce_and_code_with_components( caller_info: &AccountInfo, tx: impl Transaction, cfg: impl Cfg, ) -> Result<(), InvalidTransaction>
Validates caller account nonce and code according to EIP-3607.