UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

7 lines 344 B
import { Address } from '@hyperlane-xyz/utils'; import { EvmRouterReader } from '../router/EvmRouterReader.js'; import { DerivedIcaRouterConfig } from './types.js'; export declare class EvmIcaRouterReader extends EvmRouterReader { deriveConfig(address: Address): Promise<DerivedIcaRouterConfig>; } //# sourceMappingURL=EvmIcaReader.d.ts.map