Update
public struct Update : Codable, Equatable
Update
instances represent the current transcation result, use the updateId
value to
verify the status of your transaction.
-
The uid of the update.
Declaration
Swift
public let updateId: Int
-
Undocumented
Declaration
Swift
public init(updateId: Int)
-
Result type for the Update.
See moreDeclaration
Swift
public struct Result : Codable, Equatable
-
Undocumented
See moreDeclaration
Swift
public enum Status : Codable, Equatable