RelayClient
open class RelayClient : RelayClientProtocol, @unchecked Sendable
-
Declaration
Swift
required public init(unsafeFromRawPointer pointer: UnsafeMutableRawPointer)
-
Declaration
Swift
public convenience init(serverUrl: String, authToken: String?) throws
-
Declaration
Swift
open func acceptTerms() throws
-
Declaration
Swift
open func createAddress(description: String, generatedFor: String, usedOn: String) throws -> RelayAddress
-
Declaration
Swift
open func fetchAddresses() throws -> [RelayAddress]