Skip to main content

Interface: MoveAuthenticator

MoveAuthenticator is a GenericSignature variant that enables a new method of authentication through Move code. This function represents the data received by the Move authenticate function during the Account Abstraction authentication flow.

Properties

call_args

call_args: CallArg[]

Input objects or primitive values


object_to_authenticate

object_to_authenticate: CallArg

The object that is authenticated. Represents the account being the sender of the transaction.


type_arguments

type_arguments: string[]

Type arguments for the Move authenticate function