UNPKG

tx2uml

Version:

Ethereum transaction visualizer that generates UML sequence diagrams.

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