EthereumDetails class
Ethereum-specific blockchain node details.
Constructors
- EthereumDetails.new({EthereumEndpoints? additionalEndpoints, bool? apiEnableAdmin, bool? apiEnableDebug, String? beaconFeeRecipient, String? consensusClient, String? executionClient, GethDetails? gethDetails, String? network, String? nodeType})
- EthereumDetails.fromJson(Map json_)
Properties
- additionalEndpoints ↔ EthereumEndpoints?
-
Ethereum-specific endpoint information.
getter/setter pair
- apiEnableAdmin ↔ bool?
-
Enables JSON-RPC access to functions in the
admin
namespace.getter/setter pair - apiEnableDebug ↔ bool?
-
Enables JSON-RPC access to functions in the
debug
namespace.getter/setter pair - beaconFeeRecipient ↔ String?
-
An Ethereum address which the beacon client will send fee rewards to if no
recipient is configured in the validator client.
getter/setter pair
- consensusClient ↔ String?
-
The consensus client.
getter/setter pair
- executionClient ↔ String?
-
The execution client
getter/setter pair
- gethDetails ↔ GethDetails?
-
Details for the Geth execution client.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- network ↔ String?
-
The Ethereum environment being accessed.
getter/setter pair
- nodeType ↔ String?
-
The type of Ethereum node.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited