UNPKG

@nervosnetwork/ckb-sdk-utils

Version:

Utils module of @nervosnetwork/ckb-sdk-core

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