Function: prepareCall()
function prepareCall(info): PreparedOperation[];
Prepares a call operation with the given call info.
Parameters
• info: FullCallInfo
The call info to prepare the call with.
Returns
An array of prepared operations.
function prepareCall(info): PreparedOperation[];
Prepares a call operation with the given call info.
• info: FullCallInfo
The call info to prepare the call with.
An array of prepared operations.