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
NextLexicographicalOpt()
Returns the next digest in byte-increasing order, or None if
the result would overflow.
TransactionEventsDigest? NextLexicographicalOpt()
Returns
ToBase58()
string ToBase58()
Returns
ToBytes()
Byte[] ToBytes()