EthereumDetails class
Ethereum-specific blockchain node details.
Constructors
- EthereumDetails({EthereumEndpoints? additionalEndpoints, bool? apiEnableAdmin, bool? apiEnableDebug, String? consensusClient, String? executionClient, GethDetails? gethDetails, String? network, String? nodeType, ValidatorConfig? validatorConfig})
- 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 - 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
- validatorConfig ↔ ValidatorConfig?
-
Configuration for validator-related parameters on the beacon client, and
for any GCP-managed validator client.
getter/setter pair
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