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

Contains endpoint information through which to interact with a blockchain node.

Attributes

  • jsonRpcApiEndpoint (type: String.t, default: nil) - Output only. The assigned URL for the node JSON-RPC API endpoint.
  • websocketsApiEndpoint (type: String.t, default: nil) - Output only. The assigned URL for the node WebSockets API endpoint.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BlockchainNodeEngine.V1.Model.EndpointInfo{
  jsonRpcApiEndpoint: String.t() | nil,
  websocketsApiEndpoint: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.