PURISTA API / @purista/core / createInvokeFunctionProxy
Function: createInvokeFunctionProxy()
createInvokeFunctionProxy<
TFaux
>(invokeOg
,address
?,lvl
?):TFaux
Defined in: packages/core/src/core/helper/createInvokeFunctionProxy.impl.ts:16
Creates a proxy which allows to chain the invoke function.
Type Parameters
• TFaux
Parameters
invokeOg
the regular invoke function
address?
the receivers EBMessageAddress
lvl?
number
= 0
counter for recursive usage
Returns
TFaux
a proxy which allows to chain like serviceName.serviceVersion.fnToInvoke(payload,parameter)