foundry_cheatcodes::crypto

Function sign_with_wallet

Source
fn sign_with_wallet(
    state: &mut Cheatcodes,
    signer: Option<Address>,
    digest: &B256,
) -> Result<PrimitiveSignature>