UNPKG

dop-stick

Version:

Source control tooling for versionable-upgradeable smart contracts

11 lines 346 B
export interface ErrorDetails { message: string; code?: string; moduleName?: string; transactionHash?: string; data?: unknown; stack?: string; } export declare function extractErrorDetails(error: unknown): ErrorDetails; export declare function formatStackTrace(stack?: string): string; //# sourceMappingURL=errors.d.ts.map