dop-stick
Version:
Source control tooling for versionable-upgradeable smart contracts
19 lines • 474 B
TypeScript
interface BatchSummary {
moduleName: string;
totalFunctions: number;
actions: {
add: number;
replace: number;
remove: number;
};
}
export declare class ParallelBatchLogAdapter {
private timeline;
constructor();
startBatchCreation(): void;
logBatchResults(batches: BatchSummary[]): void;
private formatActionSummary;
private formatTotalActions;
}
export {};
//# sourceMappingURL=parallelBatchLogAdapter.d.ts.map