Skip to main content

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

GCall <CwebCall>

A legacy call operation with the given number of arguments and contract ID.

Deprecated

Use call instead.


Coinweb © 2024