Skip to main content

MoveAuthenticatorV1

MoveAuthenticatorV1 Objects

class MoveAuthenticatorV1(MoveAuthenticatorV1Protocol)

Version 1 of the [MoveAuthenticator].

new_with_immutable_account_object

@classmethod
def new_with_immutable_account_object(
cls, call_args: typing.List[Input], type_args: typing.List[TypeTag],
object_to_authenticate: ObjectReference) -> MoveAuthenticatorV1

Create a new move authenticator with an immutable object.

new_with_shared_account_object

@classmethod
def new_with_shared_account_object(
cls, call_args: typing.List[Input], type_args: typing.List[TypeTag],
object_to_authenticate: SharedObjectReference) -> MoveAuthenticatorV1

Create a new move authenticator with a shared object.