TransactionEffectsDigestInterface
type TransactionEffectsDigestInterface
The digest of `TransactionEffects`.
type TransactionEffectsDigestInterface interface {
// Returns the next digest in byte-increasing order.
NextLexicographical() *TransactionEffectsDigest
// Returns the next digest in byte-increasing order, or `None` if
// the result would overflow.
NextLexicographicalOpt() **TransactionEffectsDigest
ToBase58() string
ToBytes() []byte
}