Skip to main content

MoveAuthenticatorBuilder

open class MoveAuthenticatorBuilder : Disposable, AutoCloseable, MoveAuthenticatorBuilderInterface

Constructors

MoveAuthenticatorBuilderconstructor(accountId: ObjectId, callArgs: List<PtbArgument>, typeArgs: List<TypeTag>)
Create a new move authenticator call with the account ID, function inputs, and generic types.

Functions

NameSummary
close@Synchronized
open override fun close()
destroyopen override fun destroy()
finishopen suspend override fun finish(client: GraphQlClient): MoveAuthenticator
Resolve this move authenticator builder into a MoveAuthenticator which can be used to execute a transaction.