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