Skip to content
Snippets Groups Projects

Update Bindings

Merged Dariusz Rybicki requested to merge integration into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -2,9 +2,9 @@ import Foundation
public struct MessageSendReport: Equatable {
public init(
roundList: [Int],
messageId: Data,
timestamp: Int
roundList: [Int]?,
messageId: Data?,
timestamp: Int?
) {
self.roundList = roundList
self.messageId = messageId
Loading