CallHandler
CallHandler: (
action
) =>Promise
<CallResult
>
Parameters
• action: CallParams
The parameters for the call.
Returns
Promise
<CallResult
>
The result of the call, including execution details and any returned data.
CallHandler: (
action
) =>Promise
<CallResult
>
• action: CallParams
The parameters for the call.
Promise
<CallResult
>
The result of the call, including execution details and any returned data.