UNPKG

tx2uml

Version:

Ethereum transaction visualizer that generates UML sequence diagrams.

3 lines (2 loc) 109 B
import { Labels } from "../types/tx2umlTypes"; export declare const loadLabels: (network: string) => Labels;