LightWalletEndpoint

public struct LightWalletEndpoint

Represents a lightwallet instance endpoint to connect to

  • Undocumented

    Declaration

    Swift

    public var address: String
  • Undocumented

    Declaration

    Swift

    public var port: String
  • Undocumented

    Declaration

    Swift

    public var secure: Bool
  • Undocumented

    Declaration

    Swift

    public var host: String { get }
  • initializes a LightWalletEndpoint

    Declaration

    Swift

    public init(address: String, port: String, secure: Bool = true)

    Parameters

    address

    a String containing the host address

    port

    string with the port of the host address

    secure

    true if connecting through TLS. Default value is true