@hyperlane-xyz/sdk
Version:
The official SDK for the Hyperlane Network
7 lines • 344 B
TypeScript
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