UNPKG

@jhubbardsf/ethers-decode-error

Version:

Decode ethers.js smart contract errors into human-readable messages

3 lines (2 loc) 127 B
import { BigNumber } from 'ethers'; export declare const panicErrorCodeToReason: (errorCode: BigNumber) => string | undefined;