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