Type alias InstructionAggregationError

InstructionAggregationError: {
    aggregations: InstructionAggregation[];
    remainingBytecode: Uint8Array;
    remainingRange: Range;
    success: false;
}

Type declaration

Generated using TypeDoc