webSocketEndpoint property

String? webSocketEndpoint
final

The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over WebSockets connections from a client. Use this endpoint in client code for smart contracts when using a WebSockets connection. Connections to this endpoint are authenticated using Signature Version 4.

Implementation

final String? webSocketEndpoint;