Raw inner instruction set.

1.0.0

interface RawInnerInstruction {
    index: number;
    instructions: RawCompiledInstruction[];
}

Properties

Properties

index: number
instructions: RawCompiledInstruction[]