NodeEthereumAttributes class
Attributes of an Ethereum node.
Constructors
- NodeEthereumAttributes.new({String? httpEndpoint, String? webSocketEndpoint})
-
NodeEthereumAttributes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpEndpoint → String?
-
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.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webSocketEndpoint → String?
-
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.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited