@hyperlane-xyz/sdk
Version:
The official SDK for the Hyperlane Network
4 lines • 296 B
TypeScript
import { Address } from '@hyperlane-xyz/utils';
import { IsmConfig } from './types.js';
export declare const randomIsmConfig: (maxDepth?: number, validatorAddresses?: string[], relayerAddress?: string) => Exclude<IsmConfig, Address>;
//# sourceMappingURL=HyperlaneIsmFactory.hardhat-test.d.ts.map