Skip to content

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.

Defined in

packages/actions/src/Call/CallHandlerType.ts:38