| 263 | } |
| 264 | |
| 265 | export interface ApiCallErrorResponse { |
| 266 | success: false; |
| 267 | errorMessage: string; |
| 268 | reservedParameterOverrides?: { |
| 269 | gasPrice?: string; |
| 270 | }; |
| 271 | } |
| 272 | |
| 273 | export type AggregatedApiCall = RegularAggregatedApiCall | HttpSignedDataAggregatedApiCall; |
| 274 |
nothing calls this directly
no outgoing calls
no test coverage detected