Skip to main content

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

TransactionDigest

NextLexicographicalOpt()

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

TransactionDigest? NextLexicographicalOpt()

Returns

TransactionDigest?

ToBase58()

string ToBase58()

Returns

String

ToBytes()

Byte[] ToBytes()

Returns

Byte[]