@hyperlane-xyz/sdk
Version:
The official SDK for the Hyperlane Network
7 lines • 305 B
TypeScript
import { EthJsonRpcBlockParameterTag } from '../../metadata/chainMetadataTypes.js';
export declare function buildBlockTagOverrides(blockTag?: number | EthJsonRpcBlockParameterTag): {
blockTag: number | EthJsonRpcBlockParameterTag;
} | {
blockTag?: undefined;
};
//# sourceMappingURL=utils.d.ts.map