Function haybale_pitchfork::hooks::return_secret[][src]

pub fn return_secret(
    state: &mut State<'_, Backend>,
    call: &dyn IsCall
) -> Result<ReturnValue<BV>>
Expand description

This hook will ignore all of the function arguments and simply return a secret value of the appropriate size, or void for void-typed functions.