Endpoint
public struct Endpoint : Hashable, Equatable
Endpoint information for gRPC node
-
Undocumented
Declaration
Swift
public let node: String -
Undocumented
Declaration
Swift
public let port: Int -
Undocumented
Declaration
Swift
public init(node: String, port: Int)
View on GitHub
Endpoint Structure Reference