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