Type alias CompilerOperationSuccessGeneric

CompilerOperationSuccessGeneric: CompilerOperationDebug & {
    bytecode: Uint8Array;
    status: "success";
}

Type declaration

  • bytecode: Uint8Array
  • status: "success"

Generated using TypeDoc