TransactionDataEffects
Namespace: IotaSdk
public record class TransactionDataEffects : System.IDisposable, System.IEquatable`1[[IotaSdk.TransactionDataEffects, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → TransactionDataEffects
Implements IDisposable, IEquatable<TransactionDataEffects>
Attributes NullableContextAttribute, NullableAttribute
Properties
Tx
public SignedTransaction Tx { get; init; }
Property Value
Effects
public TransactionEffects Effects { get; init; }
Property Value
Constructors
TransactionDataEffects(SignedTransaction, TransactionEffects)
public TransactionDataEffects(SignedTransaction Tx, TransactionEffects Effects)
Parameters
Effects TransactionEffects
Methods
Dispose()
public void Dispose()