pub fn apply_eip7702_auth_list<CTX: ContextTr, ERROR: From<InvalidTransaction> + From<<CTX::Db as Database>::Error>>(
context: &mut CTX,
) -> Result<u64, 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.