Skip to main content

TransactionEffectsDigest

Namespace: IotaSdk

The digest of TransactionEffects.

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

Inheritance ObjectTransactionEffectsDigest
Implements ITransactionEffectsDigest, IEquatable<TransactionEffectsDigest>, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

TransactionEffectsDigest(UInt64)

public TransactionEffectsDigest(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

NextLexicographical()

Returns the next digest in byte-increasing order.

public TransactionEffectsDigest NextLexicographical()

Returns

TransactionEffectsDigest

NextLexicographicalOpt()

Returns the next digest in byte-increasing order, or None if the result would overflow.

public TransactionEffectsDigest? NextLexicographicalOpt()

Returns

TransactionEffectsDigest?

ToBase58()

public string ToBase58()

Returns

String

ToBytes()

public Byte[] ToBytes()

Returns

Byte[]

ToString()

public override string ToString()

Returns

String

Equals(TransactionEffectsDigest)

public bool Equals(TransactionEffectsDigest? other)

Parameters

other TransactionEffectsDigest?

Returns

Boolean

Equals(Object)

public override bool Equals(object? obj)

Parameters

obj Object?

Returns

Boolean

GetHashCode()

public override int GetHashCode()

Returns

Int32

FromBase58(String)

public static TransactionEffectsDigest FromBase58(string base58)

Parameters

base58 String

Returns

TransactionEffectsDigest

Exceptions

SdkFfiException

FromBytes(Byte[])

public static TransactionEffectsDigest FromBytes(Byte[] bytes)

Parameters

bytes Byte[]

Returns

TransactionEffectsDigest

Exceptions

SdkFfiException

Random()

public static TransactionEffectsDigest Random()

Returns

TransactionEffectsDigest