MoveAuthenticator
type MoveAuthenticator
MoveAuthenticator is a signature variant that enables a method of authentication through Move code. This type represents the data received by the Move authenticate function during the Account Abstraction authentication flow.
type MoveAuthenticator struct {
// contains filtered or unexported fields
}
func LiftFromExternalMoveAuthenticator
func LiftFromExternalMoveAuthenticator(handle uint64) *MoveAuthenticator
func MoveAuthenticatorNewV1
func MoveAuthenticatorNewV1(moveAuthenticatorV1 *MoveAuthenticatorV1) *MoveAuthenticator
func (*MoveAuthenticator) AsV1
func (_self *MoveAuthenticator) AsV1() *MoveAuthenticatorV1
Convert this move authenticator into a version 1 move authenticator if it is one, or panic otherwise
func (*MoveAuthenticator) Destroy
func (object *MoveAuthenticator) Destroy()