BlockchainNodesConnectionInfoEndpointInfo

data class BlockchainNodesConnectionInfoEndpointInfo(val jsonRpcApiEndpoint: String? = null, val websocketsApiEndpoint: String? = null)

Constructors

constructor(jsonRpcApiEndpoint: String? = null, websocketsApiEndpoint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) The assigned URL for the node JSON-RPC API endpoint.

Link copied to clipboard

(Output) The assigned URL for the node WebSockets API endpoint.