ZKTxServiceConnection
@interface ZKTxServiceConnection : NSObject
Record containing transaction service connection details.
status
@property (nonatomic, readonly) ZKConnectionStatus status;
Returns ZKConnectionStatus enum identifying if Transaction Service is connected or not connected.
lastConnected
@property (nonatomic, readonly) int64_t lastConnected;
Epoch timestamp when was connection last closed.
−description
- (NSString *)description;
−hash
- (NSUInteger)hash;
−isEqual:
- (BOOL)isEqual:(id)other;