JsonRpcReturnTypeFromMethod
JsonRpcReturnTypeFromMethod<
TMethod
>:EthReturnType
&TevmReturnType
&AnvilReturnType
&DebugReturnType
[TMethod
]
Utility type to get the return type given a method name
Example
Type Parameters
• TMethod extends keyof EthReturnType
| keyof TevmReturnType
| keyof AnvilReturnType
| keyof DebugReturnType
Defined in
packages/procedures/src/tevm-request-handler/JsonRpcReturnTypeFromMethod.ts:13