UnshieldedTransactionUpdate
Update from unshielded transactions subscription.
Union type representing either:
An actual transaction with UTXO changes
A progress update indicating sync status
Matches Midnight SDK's WalletSyncUpdateSchema.
Inheritors
Types
Link copied to clipboard
@Serializable
@SerialName(value = "UnshieldedTransactionsProgress")
Progress update indicating sync status.
Link copied to clipboard
@Serializable
@SerialName(value = "UnshieldedTransaction")
Actual transaction update with UTXO changes.