Skip to content

JsonRpcRequestTypeFromMethod

JsonRpcRequestTypeFromMethod<TMethod>: EthRequestType & TevmRequestType & AnvilRequestType & DebugRequestType[TMethod]

Utility type to get the request type given a method name

Example

type BlockNumberRequestType = JsonRpcRequestTypeFromMethod<'eth_blockNumber'>

Type Parameters

TMethod extends keyof EthRequestType | keyof TevmRequestType | keyof AnvilRequestType | keyof DebugRequestType

Defined in

procedures/src/tevm-request-handler/JsonRpcRequestTypeFromMethod.ts:13