apply_eip7702_auth_list

Function apply_eip7702_auth_list 

pub fn apply_eip7702_auth_list<CTX, ERROR>(
    context: &mut CTX,
) -> Result<u64, ERROR>
where CTX: ContextTr, ERROR: From<InvalidTransaction> + From<<<CTX as ContextTr>::Db as Database>::Error>,
Expand description

Apply EIP-7702 auth list and return number gas refund on already created accounts.

Note that this function will do nothing if the transaction type is not EIP-7702. If you need to apply auth list for other transaction types, use apply_auth_list function.

Internally uses apply_auth_list function.