public static interface NodeEthereumAttributes.Builder extends SdkPojo, CopyableBuilder<NodeEthereumAttributes.Builder,NodeEthereumAttributes>
| Modifier and Type | Method and Description |
|---|---|
NodeEthereumAttributes.Builder |
httpEndpoint(String httpEndpoint)
The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over HTTP connections from a
client.
|
NodeEthereumAttributes.Builder |
webSocketEndpoint(String webSocketEndpoint)
The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over WebSockets connections
from a client.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodeEthereumAttributes.Builder httpEndpoint(String httpEndpoint)
The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over HTTP connections from a client. Use this endpoint in client code for smart contracts when using an HTTP connection. Connections to this endpoint are authenticated using Signature Version 4.
httpEndpoint - The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over HTTP connections
from a client. Use this endpoint in client code for smart contracts when using an HTTP connection.
Connections to this endpoint are authenticated using Signature Version 4.NodeEthereumAttributes.Builder webSocketEndpoint(String webSocketEndpoint)
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.
webSocketEndpoint - 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.Copyright © 2021. All rights reserved.