Function: constructCall()
function constructCall(numberOfArguments, contractId): GCall<CwebCall>;
Creates a call operation with the given number of arguments and contract ID.
Parameters
• numberOfArguments: number
The number of arguments for the call.
• contractId: string
The ID of the contract to call.
Returns
A call operation with the given number of arguments and contract ID.