Skip to main content

MoveAuthenticatorDigest

type MoveAuthenticatorDigest

The digest of a `MoveAuthenticator`.

type MoveAuthenticatorDigest struct {
// contains filtered or unexported fields
}

func LiftFromExternalMoveAuthenticatorDigest

func LiftFromExternalMoveAuthenticatorDigest(handle uint64) *MoveAuthenticatorDigest

func MoveAuthenticatorDigestFromBase58

func MoveAuthenticatorDigestFromBase58(base58 string) (*MoveAuthenticatorDigest, error)

func MoveAuthenticatorDigestFromBcs

func MoveAuthenticatorDigestFromBcs(bcs []byte) (*MoveAuthenticatorDigest, error)

Create this type from BCS encoded bytes.

func MoveAuthenticatorDigestFromBytes

func MoveAuthenticatorDigestFromBytes(bytes []byte) (*MoveAuthenticatorDigest, error)

func MoveAuthenticatorDigestFromJson

func MoveAuthenticatorDigestFromJson(json string) (*MoveAuthenticatorDigest, error)

Create this type from JSON encoded string.

func MoveAuthenticatorDigestRandom

func MoveAuthenticatorDigestRandom() *MoveAuthenticatorDigest

func (*MoveAuthenticatorDigest) DebugString

func (_self *MoveAuthenticatorDigest) DebugString() string

func (*MoveAuthenticatorDigest) Destroy

func (object *MoveAuthenticatorDigest) Destroy()

func (*MoveAuthenticatorDigest) Eq

func (_self *MoveAuthenticatorDigest) Eq(other *MoveAuthenticatorDigest) bool

func (*MoveAuthenticatorDigest) Hash

func (_self *MoveAuthenticatorDigest) Hash() uint64

func (*MoveAuthenticatorDigest) Ne

func (_self *MoveAuthenticatorDigest) Ne(other *MoveAuthenticatorDigest) bool

func (*MoveAuthenticatorDigest) NextLexicographical

func (_self *MoveAuthenticatorDigest) NextLexicographical() *MoveAuthenticatorDigest

Returns the next digest in byte-increasing order.

func (*MoveAuthenticatorDigest) NextLexicographicalOpt

func (_self *MoveAuthenticatorDigest) NextLexicographicalOpt() **MoveAuthenticatorDigest

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

func (*MoveAuthenticatorDigest) String

func (_self *MoveAuthenticatorDigest) String() string

func (*MoveAuthenticatorDigest) ToBase58

func (_self *MoveAuthenticatorDigest) ToBase58() string

func (*MoveAuthenticatorDigest) ToBytes

func (_self *MoveAuthenticatorDigest) ToBytes() []byte