Skip to main content

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 ObjectTransactionDataEffects
Implements IDisposable, IEquatable<TransactionDataEffects>
Attributes NullableContextAttribute, NullableAttribute

Properties

Tx

public SignedTransaction Tx { get; init; }

Property Value

SignedTransaction

Effects

public TransactionEffects Effects { get; init; }

Property Value

TransactionEffects

Constructors

TransactionDataEffects(SignedTransaction, TransactionEffects)

public TransactionDataEffects(SignedTransaction Tx, TransactionEffects Effects)

Parameters

Tx SignedTransaction

Effects TransactionEffects

Methods

Dispose()

public void Dispose()