Transport enum Transport : Equatable, Hashable Show on GitHub HTTP(_:) Declaration Swift case HTTP(_: URL) Show on GitHub gRPC(_:) Declaration Swift case gRPC(_: Endpoint) Show on GitHub url Declaration Swift public var url: URL? { get } Show on GitHub gRPCEndpoint Declaration Swift public var gRPCEndpoint: Endpoint? { get } Show on GitHub ==(_:_:) Declaration Swift public static func == (lhs: Flow.Transport, rhs: Flow.Transport) -> Bool Show on GitHub Endpoint Endpoint information for gRPC node See more Declaration Swift public struct Endpoint : Hashable, Equatable Show on GitHub © 2025 Outblock Team. All rights reserved. (Last updated: 2025-03-31) Generated by jazzy ♪♫ v0.15.3, a Realm project.