ICompileDSLResponse: {
    bytecode: string;
    compile_version: string;
    sources: Record<string, string>;
}

ICompileDSLResponse

Type declaration

  • bytecode: string
  • compile_version: string
  • sources: Record<string, string>

Generated using TypeDoc