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