MoveAuthenticatorBuilder
MoveAuthenticatorBuilder
class MoveAuthenticatorBuilder
init(accountId:callArgs:typeArgs:)
convenience init(accountId: ObjectId, callArgs: [PtbArgument], typeArgs: [TypeTag])
Create a new move authenticator call with the account ID, function inputs, and generic types.
finish(client:)
func finish(client: GraphQlClient) async throws -> MoveAuthenticator
Resolve this move authenticator builder into a MoveAuthenticator which
can be used to execute a transaction.