UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

9 lines 263 B
export declare function missingSelectorError(): Error & { code: string; data: string; }; export declare function networkError(): Error & { code: string; }; export declare function wrappedError(cause: Error): Error; //# sourceMappingURL=errors.d.ts.map