ITransactionEffectsDigest
Namespace: IotaSdk
The digest of TransactionEffects.
public interface ITransactionEffectsDigest : System.IEquatable`1[[IotaSdk.TransactionEffectsDigest, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Implements IEquatable<TransactionEffectsDigest>
Attributes NullableContextAttribute
Methods
NextLexicographical()
Returns the next digest in byte-increasing order.
TransactionEffectsDigest NextLexicographical()
Returns
NextLexicographicalOpt()
Returns the next digest in byte-increasing order, or None if
the result would overflow.
TransactionEffectsDigest? NextLexicographicalOpt()
Returns
ToBase58()
string ToBase58()
Returns
ToBytes()
Byte[] ToBytes()