JsonRpcRequestTypeFromMethod
JsonRpcRequestTypeFromMethod<
TMethod
>:EthRequestType
&TevmRequestType
&AnvilRequestType
&DebugRequestType
[TMethod
]
Utility type to get the request type given a method name
Example
Type parameters
• TMethod extends keyof EthRequestType
| keyof TevmRequestType
| keyof AnvilRequestType
| keyof DebugRequestType
Source
procedures/src/tevm-request-handler/JsonRpcRequestTypeFromMethod.ts:13