pub type Script<'a, SE> = Vec<ScriptOperation<'a, SE>>;

Aliased Type§

struct Script<'a, SE> { /* private fields */ }