NodeEthereumAttributes constructor

NodeEthereumAttributes({
  1. String? httpEndpoint,
  2. String? webSocketEndpoint,
})

Implementation

NodeEthereumAttributes({
  this.httpEndpoint,
  this.webSocketEndpoint,
});