Home > @uniformdev/mesh-sdk > parseFunctionCall
parseFunctionCall() function
Warning: This API is now obsolete.
experimental
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
request | Pick<Request, 'body'> |
Returns:
{ functionCall: { arguments: Parameters; name: string; }; settings: Settings; systemParameters: Record<FunctionCallSystemParameter, string | undefined>; }