@hyperlane-xyz/widgets
Version:
Common react components for Hyperlane projects
4 lines • 337 B
TypeScript
import type { ChainMetadata } from '@hyperlane-xyz/sdk/metadata/chainMetadataTypes';
import { ChainConnectionType } from '../chains/types.js';
export declare function useConnectionHealthTest(chainMetadata: ChainMetadata, index: number, type: ChainConnectionType): boolean | undefined;
//# sourceMappingURL=useChainConnectionTest.d.ts.map