blockchainType property

String? blockchainType
getter/setter pair

The blockchain type of the node.

Immutable. Possible string values are:

  • "BLOCKCHAIN_TYPE_UNSPECIFIED" : Blockchain type has not been specified, but should be.
  • "ETHEREUM" : The blockchain type is Ethereum.

Implementation

core.String? blockchainType;