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