Node Spec examples / Modules / rpcTranslation
Module: rpcTranslation
Table of contents
Type Aliases
Type Aliases
NiceNodeRpcTranslation
Ƭ NiceNodeRpcTranslation: "eth-l1" | "eth-l1-beacon" | "eth-l2-op-stack" | "eth-l2-starknet" | "eth-l2-arbitrum" | "eth-l2-consensus" | "farcaster-l1"
Defined in
RpcTranslation
Ƭ RpcTranslation: Object
Type declaration
| Name | Type |
|---|---|
request | { message?: any ; method: "GET" | "POST" ; protocol?: "http" | "ws" ; urlPath: string } |
request.message? | any |
request.method | "GET" | "POST" |
request.protocol? | "http" | "ws" |
request.urlPath | string |
response | { path: string ; value: string }[] |

NiceNode docs