Update

public struct Update : Codable, Equatable

Update instances represent the current transcation result, use the updateId value to verify the status of your transaction.

Properties

  • The uid of the update.

    Declaration

    Swift

    public let updateId: Int
  • Undocumented

    Declaration

    Swift

    public init(updateId: Int)
  • Result type for the Update.

    See more

    Declaration

    Swift

    public struct Result : Codable, Equatable
  • Undocumented

    See more

    Declaration

    Swift

    public enum Status : Codable, Equatable