pub(crate) fn sign_hash_words(
private_key: U256,
digest: U256,
) -> Result<Vec<SymWord>, SymbolicError>Expand description
Implements the sign_hash_words cheatcode runtime helper.
pub(crate) fn sign_hash_words(
private_key: U256,
digest: U256,
) -> Result<Vec<SymWord>, SymbolicError>Implements the sign_hash_words cheatcode runtime helper.