COVIDSafe code from version 1.8 (#15)

This commit is contained in:
COVIDSafe Support 2020-07-21 15:42:48 +10:00 committed by covidsafe-support
parent 6f92ff8fb8
commit 2257c542ed
45 changed files with 3547 additions and 839 deletions

View file

@ -13,6 +13,7 @@ struct EncounterBlob: Encodable {
var txPower: Double?
var modelP: String?
var msg: String?
var timestamp: Double?
}
struct EncounterRecord: Encodable {