4 lines
107 B
Swift
4 lines
107 B
Swift
|
|
public struct PublicKeyMessage : Codable {
|
||
|
|
public let deviceID: UInt
|
||
|
|
public let publicKey: String
|
||
|
|
}
|