MoveAuthenticatorDigestProtocol
MoveAuthenticatorDigestProtocol Objects
class MoveAuthenticatorDigestProtocol(typing.Protocol)
The digest of a MoveAuthenticator.
next_lexicographical
def next_lexicographical() -> MoveAuthenticatorDigest
Returns the next digest in byte-increasing order.
next_lexicographical_opt
def next_lexicographical_opt() -> typing.Optional[MoveAuthenticatorDigest]
Returns the next digest in byte-increasing order, or None if
the result would overflow.