| 347 | } |
| 348 | |
| 349 | export interface InitializeProviderPayload { |
| 350 | readonly functionName: 'initializeProvider'; |
| 351 | readonly state: ProviderState<EVMProviderState>; |
| 352 | readonly logOptions: LogOptions; |
| 353 | } |
| 354 | |
| 355 | export interface ProcessTransactionsPayload { |
| 356 | readonly functionName: 'processTransactions'; |
nothing calls this directly
no outgoing calls
no test coverage detected