UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

6 lines 304 B
import { InterchainAccountRouter__factory } from '@hyperlane-xyz/core'; export declare const interchainAccountFactories: { interchainAccountRouter: InterchainAccountRouter__factory; }; export type InterchainAccountFactories = typeof interchainAccountFactories; //# sourceMappingURL=contracts.d.ts.map