Skip to main content

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

GCall <CwebCall>

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


Coinweb © 2024