Structure
PCConfirmation
public struct PCConfirmation
Contains data for confirming transaction in offline mode
Properties
confirmationCode
let confirmationCode: String
The full calculated confirmation code
shortConfirmationCode
let shortConfirmationCode: String
The short calculated confirmation code
signature
let signature: String
The signature
timestamp
let timestamp: TimeInterval
The confirmation's generation timestamp (Unix time in seconds)