UNPKG

@neo-one/server-plugin-wallet

Version:

NEO•ONE Server wallet plugin.

24 lines (23 loc) 860 B
/// <reference types="node" /> export declare const NetworkRequiredError: { new (): { readonly name: string; readonly code: string; message: string; stack?: string | undefined; }; captureStackTrace(targetObject: Object, constructorOpt?: Function | undefined): void; prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined; stackTraceLimit: number; }; export declare const WalletRequiredError: { new (extra?: string | undefined): { readonly name: string; readonly code: string; message: string; stack?: string | undefined; }; captureStackTrace(targetObject: Object, constructorOpt?: Function | undefined): void; prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined; stackTraceLimit: number; };