UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

9 lines 542 B
import { InterchainAccountIsm__factory, InterchainAccountRouter__factory } from '@hyperlane-xyz/core'; export declare const interchainAccountFactories: { proxyAdmin: import("@hyperlane-xyz/core").ProxyAdmin__factory; timelockController: import("@hyperlane-xyz/core").TimelockController__factory; interchainAccountRouter: InterchainAccountRouter__factory; interchainAccountIsm: InterchainAccountIsm__factory; }; export type InterchainAccountFactories = typeof interchainAccountFactories; //# sourceMappingURL=contracts.d.ts.map