NodeEthereumAttributes
Attributes of an Ethereum node.
Contents
- HttpEndpoint
- 
               The endpoint on which the Ethereum node listens to run Ethereum API 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. Type: String Required: No 
- WebSocketEndpoint
- 
               The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over WebSocket connections from a client. Use this endpoint in client code for smart contracts when using a WebSocket connection. Connections to this endpoint are authenticated using Signature Version 4. Type: String Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: