// Copyright © 2022 Rangeproof Pty Ltd. All rights reserved. import Foundation enum QueryParam: String { case publicKey = "public_key" case fromServerId = "from_server_id" }