View Source GoogleApi.BlockchainNodeEngine.V1.Model.EthereumEndpoints (google_api_blockchain_node_engine v0.3.1)

Contains endpoint information specific to Ethereum nodes.

Attributes

  • beaconApiEndpoint (type: String.t, default: nil) - Output only. The assigned URL for the node's Beacon API endpoint.
  • beaconPrometheusMetricsApiEndpoint (type: String.t, default: nil) - Output only. The assigned URL for the node's Beacon Prometheus metrics endpoint. See Prometheus Metrics for more details.
  • executionClientPrometheusMetricsApiEndpoint (type: String.t, default: nil) - Output only. The assigned URL for the node's execution client's Prometheus metrics endpoint.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BlockchainNodeEngine.V1.Model.EthereumEndpoints{
  beaconApiEndpoint: String.t() | nil,
  beaconPrometheusMetricsApiEndpoint: String.t() | nil,
  executionClientPrometheusMetricsApiEndpoint: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.