BlockchainNode class

A representation of a blockchain node.

Constructors

BlockchainNode({String? blockchainType, ConnectionInfo? connectionInfo, String? createTime, EthereumDetails? ethereumDetails, Map<String, String>? labels, String? name, bool? privateServiceConnectEnabled, String? state, String? updateTime})
BlockchainNode.fromJson(Map json_)

Properties

blockchainType String?
The blockchain type of the node.
getter/setter pair
connectionInfo ConnectionInfo?
The connection information used to interact with a blockchain node.
getter/setter pair
createTime String?
The timestamp at which the blockchain node was first created.
getter/setter pair
ethereumDetails EthereumDetails?
Ethereum-specific blockchain node details.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-provided key-value pairs.
getter/setter pair
name String?
The fully qualified name of the blockchain node.
getter/setter pair
privateServiceConnectEnabled bool?
When true, the node is only accessible via Private Service Connect; no public endpoints are exposed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
A status representing the state of the node.
getter/setter pair
updateTime String?
The timestamp at which the blockchain node was last updated.
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