Generates a transaction payload using the provided ABI and function details. This function helps create a properly structured transaction payload for executing a specific function on a module.
The input data required to generate the transaction payload.
Error if the type argument count does not match the ABI or if the number of function arguments is incorrect.
Generates a transaction payload using the provided ABI and function details. This function helps create a properly structured transaction payload for executing a specific function on a module.