The address of the contract where the function will be executed.
The name of the function to be called in the contract.
The arguments of the function being called (type: Args).
The amount of coins to pass if it is a payable function (minimum value is 0).
Generated using TypeDoc
Calls a function of a smart contract deployed at a given address.
Remarks
The serialization of arguments must be handled by the caller and the callee.
Returns
The return value of the executed function, serialized as a 'StaticArray'.
Throws