| 18 | export type LauncherName = keyof typeof launchers |
| 19 | |
| 20 | interface Eip7702Transaction { |
| 21 | to: string |
| 22 | data?: string |
| 23 | value?: BigNumberish |
| 24 | gas?: BigNumberish |
| 25 | authorizationList?: any |
| 26 | } |
| 27 | |
| 28 | export class GethExecutable { |
| 29 | gethFrom: string |
nothing calls this directly
no outgoing calls
no test coverage detected