UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

4 lines 318 B
import { Address } from '@hyperlane-xyz/utils'; import { ChainMetadata } from '../metadata/chainMetadataTypes.js'; export declare function isBlockExplorerHealthy(chainMetadata: ChainMetadata, explorerIndex: number, address?: Address, txHash?: string): Promise<boolean>; //# sourceMappingURL=explorerHealthTest.d.ts.map