Skip to main content

ITransactionEffects

Namespace: IotaSdk

The output or effects of executing a transaction

BCS

The BCS serialized form for this type is defined by the following ABNF:

transaction-effects = %d00 effects-v1
=/ %d01 effects-v2
public interface ITransactionEffects : System.IEquatable`1[[IotaSdk.TransactionEffects, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Implements IEquatable<TransactionEffects>
Attributes NullableContextAttribute

Methods

AsV1()

TransactionEffectsV1 AsV1()

Returns

TransactionEffectsV1

Digest()

TransactionEffectsDigest Digest()

Returns

TransactionEffectsDigest

IsV1()

bool IsV1()

Returns

Boolean