Skip to content
Snippets Groups Projects
Commit b2851b05 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Remove unused UDSearchResult

parent c03ef695
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!42Update Bindings
import Foundation
public struct UDSearchResult: Equatable {
public init(
id: Data,
publicKey: Data,
facts: [Fact]
) {
self.id = id
self.publicKey = publicKey
self.facts = facts
}
public var id: Data
public var publicKey: Data
public var facts: [Fact]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment