UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

6 lines 280 B
import { TimelockController__factory } from '@hyperlane-xyz/core'; export declare const evmTimelockFactories: { readonly TimelockController: TimelockController__factory; }; export type EvmTimelockFactories = typeof evmTimelockFactories; //# sourceMappingURL=contracts.d.ts.map