Interface DebuggerData

Hierarchy

  • DebuggerData

Properties

Properties

mock_info: {
    cell_deps: {
        cell_dep: CellDep;
        data: string;
        header?: string;
        output: CellOutput;
    }[];
    header_deps: Header[];
    inputs: {
        data: string;
        header?: string;
        input: CellInput;
        output: CellOutput;
    }[];
}

Type declaration

  • cell_deps: {
        cell_dep: CellDep;
        data: string;
        header?: string;
        output: CellOutput;
    }[]
  • header_deps: Header[]
  • inputs: {
        data: string;
        header?: string;
        input: CellInput;
        output: CellOutput;
    }[]
tx: RawTransaction

Generated using TypeDoc