UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

3 lines 185 B
import { ChainMap } from '../types.js'; export declare function filterByChains<T>(owners: ChainMap<T>, filterByChainName: Set<string>): ChainMap<T>; //# sourceMappingURL=filter.d.ts.map