Skip to main content

ITransactionEventsDigest

Namespace: IotaSdk

The digest of TransactionEvents.

public interface ITransactionEventsDigest : System.IEquatable`1[[IotaSdk.TransactionEventsDigest, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Implements IEquatable<TransactionEventsDigest>
Attributes NullableContextAttribute

Methods

NextLexicographical()

Returns the next digest in byte-increasing order.

TransactionEventsDigest NextLexicographical()

Returns

TransactionEventsDigest

NextLexicographicalOpt()

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

TransactionEventsDigest? NextLexicographicalOpt()

Returns

TransactionEventsDigest?

ToBase58()

string ToBase58()

Returns

String

ToBytes()

Byte[] ToBytes()

Returns

Byte[]