Skip to main content

TransactionUpdate

Namespace: IotaSdk

An item delivered by a subscription.

A subscription recovers from a lost connection or from falling behind the server on its own, so those interruptions are delivered as updates rather than raised as errors: a caller that does not care about the gap can ignore them and keep reading.

public record class TransactionUpdate : System.IDisposable, System.IEquatable`1[[IotaSdk.TransactionUpdate, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectTransactionUpdate
Implements IDisposable, IEquatable<TransactionUpdate>
Attributes NullableContextAttribute, NullableAttribute

Constructors

TransactionUpdate()

public TransactionUpdate()

Methods

Dispose()

public void Dispose()