Home > @uniformdev/mesh-sdk > parseFunctionCall

parseFunctionCall() function

Warning: This API is now obsolete.

experimental

Signature:

Parameters

ParameterTypeDescription
requestPick<Request, 'body'>

Returns:

{ functionCall: { arguments: Parameters; name: string; }; settings: Settings; systemParameters: Record<FunctionCallSystemParameter, string | undefined>; }