MCPcopy
hub / github.com/eth-infinitism/account-abstraction / Eip7702Transaction

Interface Eip7702Transaction

test/GethExecutable.ts:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18export type LauncherName = keyof typeof launchers
19
20interface Eip7702Transaction {
21 to: string
22 data?: string
23 value?: BigNumberish
24 gas?: BigNumberish
25 authorizationList?: any
26}
27
28export class GethExecutable {
29 gethFrom: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected