(payload: HttpSignedApiCallPayload)
| 161 | } |
| 162 | |
| 163 | export function verifyHttpSignedCallApiParams(payload: HttpSignedApiCallPayload) { |
| 164 | return verifyTemplateId(payload) as LogsData<ApiCallErrorResponse> | null; |
| 165 | } |
| 166 | |
| 167 | export interface PerformApiCallSuccess { |
| 168 | data: unknown; |
no test coverage detected