UNPKG

@hyperlane-xyz/utils

Version:

General utilities and types for the Hyperlane network

3 lines 270 B
import type { Contract } from 'ethers'; export declare function formatCallData<C extends Contract, I extends Parameters<C['interface']['encodeFunctionData']>>(destinationContract: C, functionName: I[0], functionArgs: I[1]): string; //# sourceMappingURL=calldata.d.ts.map