UNPKG

@nervosnetwork/ckb-sdk-utils

Version:

Utils module of @nervosnetwork/ckb-sdk-core

10 lines (9 loc) 258 B
import ErrorCode from './ErrorCode.js'; export declare class ReconciliationException extends Error { code: ErrorCode; constructor(); } declare const _default: { ReconciliationException: typeof ReconciliationException; }; export default _default;