Skip to main content

sign_hash_words

Function sign_hash_words 

Source
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.