MoveAuthenticatorBuilder
open class MoveAuthenticatorBuilder : Disposable, AutoCloseable, MoveAuthenticatorBuilderInterface
Constructors
| MoveAuthenticatorBuilder | constructor(accountId: ObjectId, callArgs: List<PtbArgument>, typeArgs: List<TypeTag>) Create a new move authenticator call with the account ID, function inputs, and generic types. |
Functions
| Name | Summary |
|---|---|
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| finish | open suspend override fun finish(client: GraphQlClient): MoveAuthenticator Resolve this move authenticator builder into a MoveAuthenticator which can be used to execute a transaction. |