UNPKG

tx2uml

Version:

Ethereum transaction visualizer that generates UML sequence diagrams.

5 lines (4 loc) 353 B
import { Provider, TransactionReceipt } from "@ethersproject/providers"; import { TransactionResponse } from "@ethersproject/abstract-provider"; export declare const getTransactionError: (tx: TransactionResponse, receipt: TransactionReceipt, provider: Provider) => Promise<string>; export declare const parseReasonCode: (messageData: string) => string;