UNPKG

tx2uml

Version:

Ethereum transaction visualizer that generates UML sequence diagrams.

3 lines (2 loc) 166 B
import { CallDiagramOptions } from "./types/tx2umlTypes"; export declare const generateCallDiagram: (hashes: string[], options: CallDiagramOptions) => Promise<void>;