@nomad-xyz/sdk
Version:
9 lines • 418 B
TypeScript
import * as config from '@nomad-xyz/configuration';
import { WithContext } from '@nomad-xyz/multi-provider';
import { NomadContext } from './NomadContext';
export declare class NomadError<T extends NomadContext> extends WithContext<config.Domain, T> {
}
export declare class FailedHomeError<T extends NomadContext> extends NomadError<T> {
constructor(context: T, msg: string);
}
//# sourceMappingURL=error.d.ts.map