Type alias CompiledInnerInstruction

CompiledInnerInstruction: {
    index: number;
    instructions: CompiledInstruction[];
}

Type declaration

Generated using TypeDoc