ZKTransactionStatus

Objective-C

@interface ZKTransactionStatus : NSObject

Swift

class ZKTransactionStatus : NSObject

Transaction status, for example ‘PENDING’.

Once transaction is submitted it has to be confirmed. This might take variable amount of time depending on the selected fee rate. Once a transaction is confirmed its status will change from pending to confirmed.

See Send Transactions guide for details.