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