Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HttpEthereumRpcClient

Hierarchy

  • HttpEthereumRpcClient

Implements

  • EthereumRpcClient

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

events

events: Stream<any> = xstream.throw(new Error("Events are not available when connecting via HTTP, use Websockets instead."),)

Methods

disconnect

  • disconnect(): void

run

  • run(request: JsonRpcRequest): Promise<JsonRpcResponse>

socketSend

  • socketSend(): Promise<void>

Generated using TypeDoc