Progress

@Serializable
@SerialName(value = "UnshieldedTransactionsProgress")
data class Progress(val type: String = "UnshieldedTransactionsProgress", val highestTransactionId: Int) : UnshieldedTransactionUpdate

Progress update indicating sync status.

Tells us the highest transaction ID available, so we can track how far behind we are in syncing.

Constructors

Link copied to clipboard
constructor(type: String = "UnshieldedTransactionsProgress", highestTransactionId: Int)

Properties

Link copied to clipboard
Link copied to clipboard