fn attach_delegation<CTX: ContextTr<Db: DatabaseExt>>(
ccx: &mut CheatsCtxt<'_, CTX>,
delegation: &SignedDelegation,
cross_chain: bool,
) -> ResultExpand description
Helper function to attach an EIP-7702 delegation.
fn attach_delegation<CTX: ContextTr<Db: DatabaseExt>>(
ccx: &mut CheatsCtxt<'_, CTX>,
delegation: &SignedDelegation,
cross_chain: bool,
) -> ResultHelper function to attach an EIP-7702 delegation.