pub type ScriptOpcodes = MaxSizeVec<Opcode, 128>;Expand description
The sized vector of opcodes that make up a script
Aliased Typeยง
pub struct ScriptOpcodes { /* private fields */ }pub type ScriptOpcodes = MaxSizeVec<Opcode, 128>;The sized vector of opcodes that make up a script
pub struct ScriptOpcodes { /* private fields */ }