UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

8 lines 442 B
import { InterchainQueryRouter__factory } from '@hyperlane-xyz/core'; export declare const interchainQueryFactories: { proxyAdmin: import("@hyperlane-xyz/core").ProxyAdmin__factory; timelockController: import("@hyperlane-xyz/core").TimelockController__factory; interchainQueryRouter: InterchainQueryRouter__factory; }; export type InterchainQueryFactories = typeof interchainQueryFactories; //# sourceMappingURL=contracts.d.ts.map