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
addressa String containing the host address
portstring with the port of the host address
securetrue if connecting through TLS. Default value is true
LightWalletEndpoint Structure Reference