pub type Script<'a, SE> = Vec<ScriptOperation<'a, SE>>;
pub struct Script<'a, SE> { /* private fields */ }