Skip to content

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.ts:21


RpcTranslation

Ƭ RpcTranslation: Object

Type declaration

NameType
request{ message?: any ; method: "GET" | "POST" ; protocol?: "http" | "ws" ; urlPath: string }
request.message?any
request.method"GET" | "POST"
request.protocol?"http" | "ws"
request.urlPathstring
response{ path: string ; value: string }[]

Defined in

rpcTranslation.ts:3

Released under the MIT License