UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

4 lines 296 B
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