1
2
3
pub trait Execute {
    fn execute(&mut self) -> [u8; 32];
}