| 353 | } |
| 354 | |
| 355 | export interface ProcessTransactionsPayload { |
| 356 | readonly functionName: 'processTransactions'; |
| 357 | readonly state: ProviderState<EVMProviderSponsorState>; |
| 358 | readonly logOptions: LogOptions; |
| 359 | } |
| 360 | |
| 361 | export interface CallApiPayload { |
| 362 | readonly functionName: 'callApi'; |
nothing calls this directly
no outgoing calls
no test coverage detected