UNPKG

@hyperlane-xyz/utils

Version:

General utilities and types for the Hyperlane network

4 lines 209 B
export function formatCallData(destinationContract, functionName, functionArgs) { return destinationContract.interface.encodeFunctionData(functionName, functionArgs); } //# sourceMappingURL=calldata.js.map