fn attach_delegation(
ccx: &mut CheatsCtxt<'_, '_, '_, '_>,
delegation: &SignedDelegation,
cross_chain: bool,
) -> Result
Expand description
Helper function to attach an EIP-7702 delegation.
fn attach_delegation(
ccx: &mut CheatsCtxt<'_, '_, '_, '_>,
delegation: &SignedDelegation,
cross_chain: bool,
) -> Result
Helper function to attach an EIP-7702 delegation.